conductor/Cargo.toml

19 lines
389 B
TOML
Raw Normal View History

2021-11-13 05:29:29 +00:00
[package]
name = "conductor"
version = "0.1.0"
edition = "2018"
# 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"
arkham = { path = "../arkham" }