getting rid of diesel

This commit is contained in:
2023-12-19 22:17:00 +01:00
committed by Gabor Körber
parent 81586e2970
commit 7cee103035
8 changed files with 1834 additions and 70 deletions
+4 -1
View File
@@ -11,11 +11,14 @@ use_barrel = ["barrel", "sqlformat"]
default = ["use_barrel"]
[dependencies]
sea-orm = { version = "0.12.10", features = [
"runtime-tokio-native-tls",
"sqlx-postgres",
] }
sqlformat = { version = "0.2.2", optional = true }
anyhow = "1.0.75"
axum = "0.6.20"
barrel = { version = "0.7.0", optional = true, features = ["pg"] }
diesel = { version = "2.1.3", features = ["serde_json", "postgres"] }
dotenvy = "0.15.7"
mime_guess = "2.0.4"
minijinja = { version = "1.0.8", features = [