mini/Cargo.toml

14 lines
363 B
TOML
Raw Normal View History

2020-06-13 23:02:16 +00:00
[package]
name = "mini"
version = "0.1.0"
authors = ["darkgallium <florian+github@aloneinthedark.xyz>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = "0.17.0"
toml = "0.5"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "0.2", features = ["full"] }