Files
hik-push-bot/Cargo.toml
quantulr fda538adbb init
2024-01-18 14:03:08 +08:00

13 lines
314 B
TOML

[package]
name = "hik-push-bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.4"
reqwest = { version = "0.11.23", features = [] }
tokio = { version = "1.35.1", features = ["full"] }
tower = "0.4.13"