Files
wscat-rs/Cargo.toml
2021-06-13 18:18:22 +08:00

18 lines
467 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]
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 = "0.14.0"