Adding cs_mwc_libp2p_noise library as a dependency

Run this command in a terminal, in your project's directory:

cargo add cs_mwc-libp2p-noise

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

cs_mwc-libp2p-noise = "0.29.2"

The cs_mwc_libp2p_noise library will be automatically available globally. Read the cs_mwc_libp2p_noise library documentation.

Back to the crate overview.