fix(kellnr): add kellnr

This commit is contained in:
2026-01-22 20:48:04 +08:00
parent 760ad2e5f8
commit bdb001b445
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ name = "rust_logger"
version = "0.1.0"
edition = "2024"
publish = ["kellnr"]
[dependencies]
# 异步运行时
tokio = { version = "1", features = ["full"] }