forktop/Cargo.toml

16 lines
274 B
TOML

[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"
futures = "0.3.17"
nix = "0.23.1"