This commit is contained in:
2024-05-05 15:06:14 +02:00
parent 08f52381d2
commit 2776d657a1
4 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ members = [
[dependencies]
once_cell = "1.19.0"
dotenv = "0.15.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"