Files
wscat-rs/Cargo.toml
2021-07-03 18:55:49 +08:00

18 lines
521 B
TOML

[package]
name = "wscat-rs"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
url = "2.0.0"
clap = "2.33.3"
rust_util = "0.6.39"
rustyline = "8.2.0"
futures-util = { version = "0.3", default-features = false, features = ["async-await", "sink", "std"] }
tokio = { version = "1.0.0", features = ["full"] }
tokio-tungstenite = { version = "0.14.0", features = ["native-tls"] }