TF2P/rust/Cargo.toml

13 lines
184 B
TOML
Raw Permalink Normal View History

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