add registry
This commit is contained in:
parent
4f42471812
commit
9441e156cb
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[registries.gitea]
|
||||
index = "https://gitea.h.glsys.de/soruh/_cargo-index.git"
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user