sold/Cargo.toml

11 lines
213 B
TOML
Raw Normal View History

2024-07-15 17:45:11 +08:00
[package]
name = "sold"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-07-22 22:44:23 +08:00
actix-swagger = "0.3.1"
2024-07-15 22:23:04 +08:00
actix-web = "4"