starting to install diesel

This commit is contained in:
2023-10-08 02:07:39 +02:00
parent 467f7b4b1d
commit 22ea7cab3d
7 changed files with 183 additions and 8 deletions
+7 -1
View File
@@ -8,11 +8,17 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
axum = "0.6.20"
diesel = { version = "2.1.3", features = ["serde_json", "postgres"] }
dotenvy = "0.15.7"
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"] }
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"] }