mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
499a895922
- theorectically closing of streams and shutdown - mpsc and udp preparations - cleanup and build better tests
19 lines
496 B
TOML
19 lines
496 B
TOML
[package]
|
|
name = "async-recv"
|
|
version = "0.1.0"
|
|
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
uvth = "3.1"
|
|
network = { package = "veloren_network", path = "../../../network" }
|
|
clap = "2.33"
|
|
uuid = { version = "0.8", features = ["serde", "v4"] }
|
|
futures = "0.3"
|
|
tracing = "0.1"
|
|
chrono = "0.4"
|
|
tracing-subscriber = "0.2.3"
|
|
bincode = "1.2"
|
|
serde = "1.0" |