diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..e2d1840 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[registries.gitea] +index = "https://gitea.h.glsys.de/soruh/_cargo-index.git" diff --git a/Cargo.toml b/Cargo.toml index e89eb75..3a055ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]