Adding kitsune_p2p_mdns library as a dependency

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

cargo add kitsune_p2p_mdns

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

kitsune_p2p_mdns = "0.5.0-dev.2"

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

Back to the crate overview.