mirror of
https://github.com/RustySamovar/RustySamovar.git
synced 2024-11-22 02:45:34 +00:00
16 lines
331 B
TOML
16 lines
331 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"
|
|
|
|
[build-dependencies]
|
|
prost-build = { version = "0.8.0" }
|