mraow/backend/Cargo.toml

10 lines
300 B
TOML
Raw Normal View History

2023-12-25 09:36:54 +00:00
[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10" }
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10" }
serde = "1.0.193"