17 lines
418 B
TOML
17 lines
418 B
TOML
|
[package]
|
||
|
name = "hyperdeck-monitor"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
color-eyre = "0.6.3"
|
||
|
futures-util = "0.3.30"
|
||
|
serde = { version = "1.0.199", features = ["derive"] }
|
||
|
serde_json = "1.0.116"
|
||
|
tokio = { version = "1.37.0", features = ["full"] }
|
||
|
tokio-tungstenite = "0.21.0"
|
||
|
tokio-util = "0.7.10"
|
||
|
tracing = "0.1.40"
|
||
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||
|
url = "2.5.0"
|