feat: Add py-libp2p to rust-libp2p interoperability tests

This commit is contained in:
paschal533
2025-06-09 01:20:43 +01:00
parent d020bbc066
commit 5983c08379
7 changed files with 831 additions and 0 deletions

View File

@ -0,0 +1,18 @@
[package]
name = "ping-example"
version = "0.1.0"
edition.workspace = true
publish = false
license = "MIT"
[package.metadata.release]
release = false
[dependencies]
futures = { workspace = true }
libp2p = { path = "../../libp2p", features = ["noise", "ping", "tcp", "tokio", "yamux", "rsa"] }
tokio = { workspace = true, features = ["full"] }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
[lints]
workspace = true