feat: add basic

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-08-08 15:43:42 +02:00
commit 96a4a50825
24 changed files with 5450 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
noil-client = { path = "crates/noil-client" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3" }
clap = { version = "4", features = ["derive", "env"] }
dotenvy = { version = "0.15" }
axum = { version = "0.8" }