[package] name = "antarc" version = "0.1.0" authors = ["meowjesty "] edition = "2018" license = "MIT OR Apache-2.0" homepage = "https://github.com/meowjesty/antarc" repository = "https://github.com/meowjesty/antarc" description = "Antarc: custom UDP protocol implementation" readme = "../README.md" keywords = ["udp", "protocol"] categories = ["network-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] antarc-protocol = { version = "0.1", path = "../antarc-protocol" } log = { version = "0.4" } thiserror = "1.0"