BATMAN 🦇

This commit is contained in:
2023-10-03 21:57:16 +02:00
commit e78a06547a
32 changed files with 37137 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "miniweb"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
axum = "0.6.20"
mime_guess = "2.0.4"
minijinja = { version = "1.0.8", features = ["loader"] }
minijinja-autoreload = "1.0.8"
once_cell = "1.18.0"
pulldown-cmark = "0.9.3"
rust-embed = { version = "8.0.0", features = ["axum", "tokio", "include-exclude"] }
serde = { version = "1.0.188", features = ["derive"] }
tokio = { version = "1.32.0", features = ["full"] }