13 lines
337 B
TOML
13 lines
337 B
TOML
|
[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"
|
||
|
|