feat: init
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user