Files
booksman/backend/Cargo.toml
2023-05-28 15:17:13 +05:30

13 lines
284 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[workspace]
members = [".", "entity", "migration", "orm", "search", "api"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
booksman-api = { path = "api" }