2023-09-06 13:11:15 +00:00
|
|
|
[package]
|
|
|
|
name = "nomos-da"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
async-trait = "0.1"
|
|
|
|
futures = "0.3"
|
2023-09-08 09:27:52 +00:00
|
|
|
moka = { version = "0.11", features = ["future"] }
|
|
|
|
nomos-core = { path = "../../nomos-core" }
|
2023-09-06 13:11:15 +00:00
|
|
|
nomos-network = { path = "../network" }
|
|
|
|
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", branch = "main" }
|
|
|
|
tracing = "0.1"
|
|
|
|
tokio = { version = "1", features = ["sync", "macros"] }
|