This commit is contained in:
parent
0d8125b584
commit
49e838c45a
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ name = "navinstall"
|
|||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "navinstall"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.23", features = ["cargo"] }
|
||||
nix = { version = "0.29.0", features = ["user"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue