TF2P/rust/Cargo.toml

14 lines
212 B
TOML
Raw Normal View History

2020-04-03 19:47:24 +02:00
[package]
name = "tf2p-network"
2020-04-03 19:47:24 +02:00
version = "0.1.0"
authors = ["TheLie0 <wf7za0XoHyYXVEkOeNu8>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
sm-ext = "0.3.0"
flume = "0.5.1"
protobuf = "2.12.0"