[package] name = "connection_hub" version = "0.1.0" license = "GPL-3.0" edition = "2018" readme = "README.md" description = "Connection management data structure" repository = "https://github.com/FreddieBrown/ConnectionHub" keywords = ["tcp", "udp", "connectios", "management"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.43"