16 lines
320 B
TOML
16 lines
320 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"
|
|
tungstenite = "0.9.2"
|
|
url = "2.1.1"
|
|
serde_json = "1.0"
|
|
rand = "0.7.3"
|