From bdb001b445052ea67eb8794c3b2a33461baf8716 Mon Sep 17 00:00:00 2001 From: shay7sev Date: Thu, 22 Jan 2026 20:48:04 +0800 Subject: [PATCH] fix(kellnr): add kellnr --- .cargo/config.toml | 2 ++ Cargo.toml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..0d06fd5 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[registries.kellnr] +index = "sparse+https://kellnr.shay7sev.site/api/v1/crates/" diff --git a/Cargo.toml b/Cargo.toml index e41da37..8dd39bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "rust_logger" version = "0.1.0" edition = "2024" +publish = ["kellnr"] + [dependencies] # 异步运行时 tokio = { version = "1", features = ["full"] }