mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-23 08:01:19 +00:00
16 lines
444 B
TOML
16 lines
444 B
TOML
[package]
|
|
name = "libp2p-plaintext"
|
|
description = "Plaintext encryption dummy protocol for libp2p"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/libp2p/rust-libp2p"
|
|
keywords = ["peer-to-peer", "libp2p", "networking"]
|
|
categories = ["network-programming", "asynchronous"]
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
libp2p-core = { version = "0.1.0", path = "../../core" }
|
|
void = "1"
|
|
|