replaced askama with tera, reworked the whole website and added nixos module
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "mycoolwebsite"
|
||||
name = "quick-rust-website"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
|
||||
@@ -9,8 +9,10 @@ tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
|
||||
tracing = "0.1.43"
|
||||
tracing-subscriber = "0.3.22"
|
||||
tower-http = { version = "0.6.6", features = ["cors", "limit"] }
|
||||
tower_governor = "0.8.0"
|
||||
anyhow = "1.0.100"
|
||||
chrono = { version = "0.4.42", features = ["serde"] }
|
||||
askama = "0.14.0"
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
tera = "1.20"
|
||||
lazy_static = "1.5"
|
||||
tower_governor = "0.8.0"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
chrono = { version = "0.4.44", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user