mraow/backend/Cargo.toml
2023-12-25 04:43:15 -05:00

9 lines
300 B
TOML

[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"