chorus-client/Cargo.toml

16 lines
322 B
TOML

[package]
name = "chorus-client"
version = "0.1.0"
authors = ["Lukas Bachschwell <lukas@lbsfilm.at>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
tokio-tungstenite = "*"
url = "2.1.1"
serde_json = "1.0"
rand = "0.7.3"