This commit is contained in:
transatoshi
2025-01-24 11:27:38 -08:00
parent 14bbc9086b
commit c8f4a4cfc4
29 changed files with 9729 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "grinminer-form"
version = "0.1.0"
edition = "2021"
[dependencies]
rocket = { git = "https://github.com/rwf2/Rocket" }
[dependencies.rocket_dyn_templates]
version = "0.1.0"
features = ["handlebars", "tera", "minijinja"]