mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-02 19:21:37 +00:00
12 lines
331 B
TOML
12 lines
331 B
TOML
![]() |
[package]
|
||
|
name = "upnp-example"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "MIT"
|
||
|
|
||
|
[dependencies]
|
||
|
tokio = { version = "1", features = [ "rt-multi-thread", "macros"] }
|
||
|
futures = "0.3.28"
|
||
|
libp2p = { path = "../../libp2p", features = ["tokio", "dns", "macros", "noise", "ping", "tcp", "websocket", "yamux", "upnp"] }
|