Files
rust-libp2p/examples/file-sharing/Cargo.toml
dependabot[bot] 15ef8c0325 deps: bump clap from 4.1.8 to 4.1.11
Pull-Request: #3638.
2023-03-20 14:06:08 +00:00

17 lines
490 B
TOML

[package]
name = "file-sharing"
version = "0.1.0"
edition = "2021"
publish = false
license = "MIT"
[dependencies]
async-std = { version = "1.12", features = ["attributes"] }
async-trait = "0.1"
clap = { version = "4.1.11", features = ["derive"] }
either = "1.8"
env_logger = "0.10"
futures = "0.3.27"
libp2p = { path = "../../libp2p", features = ["async-std", "dns", "kad", "mplex", "noise", "macros", "request-response", "tcp", "websocket", "yamux"] }
multiaddr = { version = "0.17.0" }