mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-05 22:21:20 +00:00
15 lines
438 B
TOML
15 lines
438 B
TOML
[package]
|
|
name = "ipfs-private-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.32", features = ["rt-multi-thread", "macros", "io-std"] }
|
|
async-trait = "0.1"
|
|
either = "1.9"
|
|
env_logger = "0.10"
|
|
futures = "0.3.28"
|
|
libp2p = { path = "../../libp2p", features = ["tokio", "gossipsub", "dns", "identify", "kad", "macros", "noise", "ping", "pnet", "tcp", "websocket", "yamux"] }
|