Checkpoint

This commit is contained in:
2026-08-02 18:30:34 +00:00
parent 596af4ed80
commit 6c33bcfb27
41 changed files with 6360 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "nye-daemon"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.5", features = ["wrap_help", "derive", "env"] }
tokio = { version = "1.53.1", features = ["full"] }
nye-wire-protocol = { version = "0.1.0", path = "../nye-wire-protocol" }
tracing = { version = "0.1.44", features = ["async-await"] }
anyhow = { version = "1.0.104", features = ["backtrace"] }
uzers = "0.12.2"
nye-console = { version = "0.1.0", path = "../nye-console" }
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
toasty = { version = "0.9.0", features = ["turso"] }