feat(homelab): start implementing route generation
This commit is contained in:
11
nix/homelab/Cargo.toml
Normal file
11
nix/homelab/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "homelab"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
serde = { version = "1.0.228", features = ["serde_derive"] }
|
||||
thiserror = "2.0.17"
|
||||
toml = "0.9.10"
|
||||
Reference in New Issue
Block a user