getting rid of diesel
This commit is contained in:
+4
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user