13 lines
284 B
TOML
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" }
|