feat: default service handler, lets all love lain

This commit is contained in:
2026-03-21 17:41:36 +01:00
parent 4fdd2b7134
commit 9d9873811c
11 changed files with 224 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ tokio = { version = "1.49.0", features = ["full"] }
toml = "1.0.3"
users = "0.11.0"
const-str = { version = "1.1.0", features = ["proc"] }
futures-util = "0.3.32"
[lints.clippy]
cargo = { level = "warn", priority = -1 }