cerulean/snow/Cargo.toml

21 lines
603 B
TOML
Raw Permalink Normal View History

2026-03-09 02:44:50 +10:00
[package]
name = "snow"
description = "Cerulean CLI (Wowzers!!)"
version = "0.1.0"
authors = ["_cry64 <them@dobutterfliescry.net>"]
edition = "2024"
[dependencies]
2026-03-13 00:42:54 +10:00
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" }
2026-03-09 02:44:50 +10:00
2026-03-13 00:42:54 +10:00
indoc = "2"
2026-03-09 02:44:50 +10:00
anyhow = "1.0.102"
2026-03-13 00:42:54 +10:00
2026-03-09 02:44:50 +10:00
clap = { version = "4.5.60", features = ["derive"] }
log = "0.4.29"
fern = { version="0.7.1", features = ["colored"] }
humantime = "2.3.0"