chore: add .cargo/config.toml for Nix builds

This commit is contained in:
akn
2026-06-09 14:53:29 +09:00
parent df3f6d70f6
commit be1fa7d6bf
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
[source.crates-io]
replace-with = "tuna"
[source.tuna]
registry = "sparse+https://mirrors.tuna.tsinghua.edu.cn/crates.io-index/"
Generated
+1 -1
View File
@@ -936,7 +936,7 @@ dependencies = [
[[package]] [[package]]
name = "newsboard" name = "newsboard"
version = "0.1.1" version = "0.1.0"
dependencies = [ dependencies = [
"axum", "axum",
"chrono", "chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "newsboard" name = "newsboard"
version = "0.1.1" version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]