You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
389 B
TOML
19 lines
389 B
TOML
[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" }
|
|
|
|
|