16 lines
299 B
TOML
16 lines
299 B
TOML
|
[workspace]
|
||
|
resolver = "2"
|
||
|
members = [
|
||
|
"app", "entity", "migration"
|
||
|
]
|
||
|
|
||
|
[workspace.dependencies]
|
||
|
sea-orm = "0.12.15"
|
||
|
serde = "1.0.203"
|
||
|
time = "0.3.36"
|
||
|
|
||
|
[workspace.package]
|
||
|
license = "AGPL-3.0"
|
||
|
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
|
||
|
repository = "https://code.vanwa.ch/shu/hesinde-sync"
|