Initial project structure in Rust with Rocket
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "druid"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rocket = "0.5.1"
|
||||
|
||||
[dependencies.rocket_dyn_templates]
|
||||
version = "0.2.0"
|
||||
features = ["tera"]
|
||||
Reference in New Issue
Block a user