tomatenmharksite/Cargo.toml
2025-03-02 02:46:48 +01:00

10 lines
188 B
TOML

[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"] }