rkvm/net/Cargo.toml

14 lines
373 B
TOML
Raw Normal View History

2020-09-16 18:04:18 +02:00
[package]
2020-10-23 19:47:57 +02:00
name = "net"
2020-09-16 18:04:18 +02:00
version = "0.1.0"
authors = ["Jan Trefil <trefil@cross.cz>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-10-23 19:47:57 +02:00
input = { path = "../input" }
serde = { version = "1.0.117", features = ["derive"] }
bincode = "1.3.1"
tokio = { version = "0.2.22", features = ["io-util"] }