forktop/Cargo.toml

15 lines
255 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"
nix = "0.23.1"