mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-01 04:01:20 +00:00
13 lines
218 B
TOML
13 lines
218 B
TOML
[package]
|
|
name = "libp2p-plaintext"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
bytes = "0.4"
|
|
futures = "0.1"
|
|
libp2p-core = { path = "../../core" }
|
|
void = "1"
|
|
|