TF2P/rust/Cargo.toml
2021-08-02 23:26:27 +02:00

12 lines
192 B
TOML

[package]
name = "tf2p-network"
version = "0.1.0"
authors = ["TheLie0 <wf7za0XoHyYXVEkOeNu8>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
sm-ext = "0.3.0"
flume = "0.5.1"