auteur/controller/Cargo.toml

22 строки
527 B
TOML
Исходник Обычный вид История

2021-05-14 04:56:12 +03:00
[package]
2021-06-25 04:18:13 +03:00
name = "auteur-controller"
2021-05-14 04:56:12 +03:00
version = "0.1.0"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
edition = "2018"
license = "MIT"
[dependencies]
2021-05-19 01:19:50 +03:00
anyhow = "1"
futures = "0.3"
tokio = { version = "0.2", features = ["signal"] }
2021-05-14 04:56:12 +03:00
clap = "3.0.0-beta.2"
2021-05-19 01:19:50 +03:00
async-tungstenite = { version = "0.9", features = ["tokio-runtime", "tokio-openssl"] }
serde_json = "1"
log = "0.4"
openssl = "0.10"
env_logger = "0.8"
uuid = { version = "0.8", features = ["serde"] }
chrono = "0.4"
2021-06-25 04:18:13 +03:00
auteur-controlling = { path = "../common" }