sold/Cargo.toml
2024-07-15 22:23:04 +08:00

11 lines
244 B
TOML

workspace = { members = ["apps/account/domain/repo"] }
[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]
actix-web = "4"