Files
booksman/backend/Cargo.toml
2022-10-22 16:46:45 +05:30

13 lines
274 B
TOML

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