This commit is contained in:
Mark
2025-03-02 02:46:48 +01:00
commit 606e7d03d0
8 changed files with 2214 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "tomatenmharksite"
version = "0.1.0"
edition = "2021"
[dependencies]
html-escape = "0.2.13"
rocket = "0.5.1"
tokio = { version = "1.42.0", features = ["fs", "process"] }