mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-29 02:31: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"
|
||
|
|