Commit
This commit is contained in:
16
element_words_rs/Cargo.toml
Normal file
16
element_words_rs/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "elname_rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "elname"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "elname"
|
||||
path = "src/main.rs"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.11.0"
|
||||
Reference in New Issue
Block a user