network-monitor/Cargo.toml
Ivan Li 33139cc754
Some checks failed
Gitea Actions Demo / build (push) Failing after 3m17s
chore: update deps.
Signed-off-by: Ivan Li <ivanli2048@gmail.com>
2024-11-17 09:50:40 +08:00

23 lines
675 B
TOML

[package]
edition = "2021"
name = "network-monitor"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.93"
clap = {version = "4.5.21", features = ["derive", "env"]}
dotenvy = { version = "0.15.7", features = ["clap", "cli"] }
env_logger = "0.11.5"
futures-util = "0.3.31"
http-body-util = "0.1"
hyper = {version = "1.5.0", features = ["full"]}
hyper-util = {version = "0.1", features = ["full"]}
log = "0.4.22"
serde = {version = "1.0.215", features = ["derive"]}
serde_json = "1.0.133"
tokio = {version = "1.41.1", features = ["full"]}
tokio-tungstenite = "0.24.0"
url = "2.5.3"