This commit is contained in:
quantulr
2024-01-18 14:03:08 +08:00
commit fda538adbb
8 changed files with 1475 additions and 0 deletions

12
Cargo.toml Normal file
View File

@ -0,0 +1,12 @@
[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"