14 lines
362 B
TOML
14 lines
362 B
TOML
[package]
|
|
name = "websocket-debug"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["fmt"] }
|
|
clap = { version = "4", features = ["derive"] }
|
|
futures-util = "0.3"
|
|
chrono = "0.4"
|