minimal working example with diesel
This commit is contained in:
@@ -8,4 +8,6 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
actix-web = "4.x.x"
|
||||
bigdecimal = {version = "0.4.10", features = ["serde"] }
|
||||
sqlx = "0.8.6"
|
||||
diesel = { version = "2.3.6", default-features = false, features = ["postgres", "serde_json", "numeric"] }
|
||||
dotenvy = "0.15.7"
|
||||
schema = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user