features
This commit is contained in:
parent
31110447da
commit
5f56b7fb77
23 changed files with 555 additions and 352 deletions
|
@ -8,9 +8,10 @@ name = "navinstall"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.23", features = ["cargo"] }
|
||||
argh = "0.1.13"
|
||||
nix = { version = "0.29.0", features = ["user"] }
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde_json = "1.0.135"
|
||||
strum = { version = "0.27.1", features = ["derive", "strum_macros"] }
|
||||
toml = "0.8.19"
|
||||
yansi = "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue