api/Cargo.toml

12 lines
283 B
TOML
Raw Normal View History

2023-08-24 14:53:36 +02:00
[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" }
2023-08-27 17:15:13 +02:00
serde_json = { version = "1.0.105", features = ["std"] }