diff options
Diffstat (limited to 'network/Cargo.toml')
| -rw-r--r-- | network/Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/Cargo.toml b/network/Cargo.toml new file mode 100644 index 0000000..679600a --- /dev/null +++ b/network/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "onioncoin-network" +version.workspace = true +edition.workspace = true +authors.workspace = true +license.workspace = true + +[dependencies] +onioncoin-timing = { path = "../timing" } +onioncoin-core = { path = "../core" } + +serde.workspace = true +serde_json.workspace = true +tokio.workspace = true +async-trait.workspace = true +rand.workspace = true +thiserror.workspace = true +chrono.workspace = true |
