12 lines
258 B
TOML
12 lines
258 B
TOML
[package]
|
|
name = "gotify-ws"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
env_logger = "0.11.8"
|
|
futures = "0.3.31"
|
|
log = "0.4.27"
|
|
tokio = { version = "1.47.0", features = ["full"] }
|
|
tokio-tungstenite = { version = "0.27.0", features = ["native-tls"] }
|