[package] name = "udp2p_traits" version = "0.1.0" edition = "2021" license = "MIT" authors = ["Andrew N. Smith "] description = "The peer discovery portion of the udp2p library, used for discovering peers in a peer to peer network" documentation = "https://doc.rs/udp2p_traits/0.2.0/udp2p_traits" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] udp2p_utils = "0.2.0"