adding barrel for initial SQL definition script

This commit is contained in:
2023-10-18 00:54:57 +02:00
parent 4ac62a1005
commit 30a40c4831
4 changed files with 16 additions and 2 deletions
+5
View File
@@ -5,9 +5,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[featues]
# https://github.com/rust-db/barrel/blob/master/guides/diesel-setup.md
use_barrel = []
[dependencies]
anyhow = "1.0.75"
axum = "0.6.20"
barrel = { version = "0.7.0", optional = true }
diesel = { version = "2.1.3", features = ["serde_json", "postgres"] }
dotenvy = "0.15.7"
mime_guess = "2.0.4"