RustySamovar/Cargo.toml
2021-10-03 00:17:33 +05:00

18 lines
369 B
TOML

[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"
num-traits = "0.2"
num-derive = "0.3"
[build-dependencies]
prost-build = { version = "0.8.0" }