mirror of
https://github.com/transatoshi-mw/grinminer.net.git
synced 2025-10-06 22:02:48 +00:00
12 lines
240 B
TOML
12 lines
240 B
TOML
[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"]
|