refactor: into more reasonable project structure

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 14:38:17 +01:00
parent a5f6dfa972
commit 1fc3127b84
8 changed files with 571 additions and 449 deletions

View File

@@ -6,6 +6,7 @@ resolver = "2"
noprocess = { path = "crates/noprocess" }
anyhow = { version = "1.0.71" }
rand = "0.8"
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tokio-util = "0.7.18"