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

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[registries.kellnr]
index = "sparse+https://kellnr.shay7sev.site/api/v1/crates/"

View File

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