snow-cli test
This commit is contained in:
parent
9c188c46c9
commit
03c72f7582
13 changed files with 488 additions and 133 deletions
|
|
@ -6,10 +6,14 @@ authors = ["_cry64 <them@dobutterfliescry.net>"]
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
nix-bindings-store = { git = "https://github.com/nixops4/nix-bindings-rust" }
|
||||
nix-bindings-expr = { git = "https://github.com/nixops4/nix-bindings-rust" }
|
||||
nix-bindings-expr = { git = "https://tearforge.net/cry/nixide" }
|
||||
nix-bindings-flake = { git = "https://tearforge.net/cry/nixide" }
|
||||
nix-bindings-fetchers = { git = "https://tearforge.net/cry/nixide" }
|
||||
nix-bindings-store = { git = "https://tearforge.net/cry/nixide" }
|
||||
|
||||
indoc = "2"
|
||||
anyhow = "1.0.102"
|
||||
|
||||
clap = { version = "4.5.60", features = ["derive"] }
|
||||
log = "0.4.29"
|
||||
fern = { version="0.7.1", features = ["colored"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue