hesinde-sync/Cargo.toml

16 lines
299 B
TOML
Raw Normal View History

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