api/Cargo.toml
2023-08-24 14:53:36 +02:00

12 lines
249 B
TOML

[package]
name = "api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.3.1"
backend = { path = "../backend" }
serde_json = "1.0.105"