[package] name = "RustySamovar" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] kcp = { path = "../kcp" } mhycrypt = { path = "../mhycrypt" } prost = "0.8" bytes = "1.1.0" [build-dependencies] prost-build = { version = "0.8.0" }