1
0
mirror of synced 2025-01-11 00:05:48 +00:00
Giacomo Pasini ad88d2bc0c
Add first tx defition (#835)
* Add first tx defition

* address review comments

* review comments
2024-10-22 15:51:54 +02:00

18 lines
433 B
TOML

[package]
name = "full-replication"
version = "0.1.0"
edition = "2021"
[features]
default = []
openapi = ["dep:utoipa", "serde_json"]
[dependencies]
blake2 = { version = "0.10" }
bytes = { version = "1.3", features = ["serde"] }
nomos-core = { path = "../../nomos-core/chain-defs" }
serde = { version = "1.0", features = ["derive"] }
utoipa = { version = "4.0", optional = true }
serde_json = { version = "1.0", optional = true }