conductor/Cargo.toml

21 lines
429 B
TOML

[package]
name = "conductor"
version = "2.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.130", features = ["derive"] }
serde_yaml = "0.8.21"
expand_str = "0.1.1"
actix = "0.12.0"
actix-rt = "2.4.0"
async-process = "1.3.0"
futures = "0.3.17"
ansi_term = "0.12.1"
rand = "0.8.5"
anyhow = "1.0.65"
fake-tty = "0.3.1"