1
0
mirror of synced 2025-03-02 16:30:44 +00:00

12 lines
358 B
TOML
Raw Normal View History

[package]
name = "full-replication"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
blake2 = { version = "0.10" }
2023-10-06 15:08:52 +08:00
bytes = { version = "1.3", features = ["serde"] }
nomos-core = { path = "../../nomos-core" }
serde = { version = "1.0", features = ["derive"] }