This commit is contained in:
JMARyA 2024-12-25 21:05:49 +01:00
commit 4c1993143c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 551 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "navinstall"
version = "0.1.0"
edition = "2024"
[dependencies]
nix = { version = "0.29.0", features = ["user"] }
serde = { version = "1.0.216", features = ["derive"] }
toml = "0.8.19"