validate_omnipaxos_storage/Cargo.toml
2023-12-19 19:46:25 +01:00

19 lines
557 B
TOML

[package]
name = "validate_omnipaxos_storage"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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]
commitlog = "0.2.0"
omnipaxos_storage = { version = "0.2.2", git = "https://github.com/haraldng/omnipaxos" }
sled = "0.34.7"
tempfile = "3.8.1"