Files
wingmate-rs/Cargo.toml

17 lines
457 B
TOML
Raw Normal View History

[package]
name = "wingmate-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-11-26 11:34:26 +11:00
anyhow = "1.0.75"
2023-11-23 17:23:53 +11:00
lazy_static = "1.4.0"
2023-11-22 23:45:00 +11:00
nix = {version = "0.27.1", features = ["process", "signal", "fs"]}
2023-11-23 17:23:53 +11:00
regex = "1.10.2"
2023-11-26 11:34:26 +11:00
thiserror = "1.0.50"
2023-11-28 00:08:27 +11:00
time = { version = "0.3.30", features = ["local-offset"]}
tokio = { version = "1.34.0", features = ["full"] }
2023-11-22 13:23:39 +11:00
tokio-util = "0.7.10"