chorus-client/Cargo.toml

16 lines
320 B
TOML
Raw Normal View History

2020-01-01 20:36:10 +00:00
[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"
2020-01-26 15:47:35 +00:00
tungstenite = "0.9.2"
url = "2.1.1"
serde_json = "1.0"
rand = "0.7.3"