feat: init

This commit is contained in:
Mark
2026-07-22 20:48:43 +02:00
commit 204aadc39c
9 changed files with 3849 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "ntfymhe"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.45"
html-escape = "0.2.14"
reqwest = { version = "0.13.4", features = ["zstd", "deflate", "brotli", "gzip"] }
rocket = "0.5.1"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
tokio = { version = "1.53.1", features = ["rt", "macros", "fs", "process"] }
urlencoding = "2.1.3"