| [package] | |
| name = "chat-example" | |
| version = "0.1.0" | |
| edition = "2021" | |
| publish = false | |
| license = "MIT" | |
| [package.metadata.release] | |
| release = false | |
| [dependencies] | |
| tokio = { workspace = true, features = ["full"] } | |
| async-trait = "0.1" | |
| futures = { workspace = true } | |
| libp2p = { path = "../../libp2p", features = [ "tokio", "gossipsub", "mdns", "noise", "macros", "tcp", "yamux", "quic"] } | |
| tracing = { workspace = true } | |
| tracing-subscriber = { workspace = true, features = ["env-filter"] } | |
| [lints] | |
| workspace = true | |