Cargo.toml
1 [package] 2 name = "adnet-runtime" 3 version.workspace = true 4 authors.workspace = true 5 edition.workspace = true 6 license.workspace = true 7 rust-version.workspace = true 8 description = "Runtime orchestration for ALPHA/DELTA dual-chain execution" 9 10 [dependencies] 11 adnet-ipc.workspace = true 12 adnet-consensus.workspace = true 13 adnet-network.workspace = true 14 adnet-storage.workspace = true 15 adnet-api.workspace = true 16 17 tokio.workspace = true 18 tracing.workspace = true 19 anyhow.workspace = true 20 thiserror.workspace = true 21 serde.workspace = true