hesinde-sync/Cargo.toml

16 lines
299 B
TOML

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