12 lines
184 B
TOML
12 lines
184 B
TOML
[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"
|