veloren/network/examples/tcp-loadtest/Cargo.toml

13 lines
268 B
TOML
Raw Normal View History

[workspace]
[package]
name = "tcp-loadtest"
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]
rand = "0.7"