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"] }