forktop/Cargo.toml

16 lines
274 B
TOML
Raw Normal View History

2022-02-09 12:19:46 +00:00
[package]
name = "forktop"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
env_logger = "0.9"
thiserror = "1"
async-std = "1"
2022-02-10 17:57:19 +00:00
futures = "0.3.17"
2022-02-09 12:19:46 +00:00
nix = "0.23.1"