[package] name = "udp2p_gd_udp" version = "0.2.2" 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_gd_udp/0.2.0/udp2p_gd_udp" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] udp2p_protocol = "0.2.0" udp2p_utils = "0.2.0" log = "0.4.14"