add registry

This commit is contained in:
soruh 2023-12-19 19:46:25 +01:00
parent 4f42471812
commit 9441e156cb
2 changed files with 2 additions and 1 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[registries.gitea]
index = "https://gitea.h.glsys.de/soruh/_cargo-index.git"

View File

@ -9,7 +9,6 @@ edition = "2021"
omnipaxos = { version = "0.2.2", git = "https://github.com/haraldng/omnipaxos", default-features = false }
once_cell = "1.19.0"
rand = "0.8.5"
serde = { version = "1.0.193", features = ["derive"] }
[dev-dependencies]