16 lines
244 B
TOML
16 lines
244 B
TOML
[package]
|
|
name = "label_editor"
|
|
version = "0.3.0"
|
|
edition = "2024"
|
|
authors = ["Matthias Lodner <matthias@lodner.de>"]
|
|
|
|
[workspace]
|
|
members = [
|
|
"common",
|
|
"server",
|
|
]
|
|
|
|
[dependencies]
|
|
common = {path = "common" }
|
|
server = {path = "server"}
|