begin cerulean's rust cli

This commit is contained in:
do butterflies cry? 2026-03-09 02:44:50 +10:00
parent 2f49295004
commit 0314109bc0
Signed by: cry
GPG key ID: F68745A836CA0412
8 changed files with 2105 additions and 0 deletions

16
snow/Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "snow"
description = "Cerulean CLI (Wowzers!!)"
version = "0.1.0"
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" }
anyhow = "1.0.102"
clap = { version = "4.5.60", features = ["derive"] }
log = "0.4.29"
fern = { version="0.7.1", features = ["colored"] }
humantime = "2.3.0"