api/Cargo.toml
2023-08-27 17:15:13 +02:00

12 lines
283 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 = { version = "1.0.105", features = ["std"] }