alert-me/Cargo.toml

16 lines
283 B
TOML
Raw Normal View History

2024-05-11 16:37:41 +00:00
[workspace]
resolver = "2"
members = [
2024-05-20 09:18:17 +00:00
"app", "migration"
2024-05-11 16:37:41 +00:00
]
2024-05-08 16:12:49 +00:00
2024-05-11 16:37:41 +00:00
[workspace.dependencies]
2024-09-24 07:57:32 +00:00
sea-orm = "1.0.1"
serde = "1.0.210"
2024-05-11 16:37:41 +00:00
time = "0.3.36"
[workspace.package]
license = "AGPL-3.0"
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
repository = "https://code.vanwa.ch/shu/alert-me"