generated from PlexSheep/rs-base
add lib and clap to cargo.toml
This commit is contained in:
parent
cdf77655f7
commit
78c9dd474f
11
Cargo.toml
11
Cargo.toml
|
@ -20,6 +20,17 @@ keywords = [
|
|||
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap-num = "1.1.1"
|
||||
clap-verbosity-flag = "2.1.2"
|
||||
libpt = { version = "0.3.11", features = ["log"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_yaml = "0.9.30"
|
||||
|
||||
[[bin]]
|
||||
name = "autocrate"
|
||||
path = "src/main.rs"
|
||||
|
||||
[lib]
|
||||
name = "autocrate"
|
||||
path = "src/lib.rs"
|
||||
|
|
Loading…
Reference in New Issue