Adding libp2p_plaintext library as a dependency
Run this command in a terminal, in your project's directory:
cargo add libp2p-plaintext
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
libp2p-plaintext = "0.43.0"
The libp2p_plaintext library will be automatically available globally.
Read the libp2p_plaintext library documentation.
Back to the crate overview.