adding barrel for initial SQL definition script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user