solcrypt/server/Cargo.toml

13 lines
337 B
TOML
Raw Normal View History

2024-06-23 12:17:37 +03:00
[package]
name = "server"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.8.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11" }
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11" }
serde = "1.0.203"
tokio = "1.38.0"