nomos-node/nomos-da/full-replication/Cargo.toml

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 07:08:52 +00:00
bytes = { version = "1.3", features = ["serde"] }
nomos-core = { path = "../../nomos-core" }
serde = { version = "1.0", features = ["derive"] }