aboutsummaryrefslogtreecommitdiff
path: root/p2p/examples/tokio-example/Cargo.toml
blob: 7971c85c9fc37fa96e2f1879cbed1ae1b258bd65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tokio-example"
version = "0.1.0"
edition = "2021"

[workspace]

[dependencies]
karyon_p2p = { path = "../../", default-features = false, features = ["tokio"] }
async-channel = "2.3.1"
tokio = { version = "1.38.0", features = ["full"] }
clap = { version = "4.5.7", features = ["derive"] }
ctrlc = "3.4.4"
env_logger = "0.11.3"