Sebastian Hugentobler
7deb8e5bfc
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 30m2s
16 lines
377 B
TOML
16 lines
377 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"calibre-db", "little-hesinde",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
serde = "1.0.203"
|
|
thiserror = "1.0.61"
|
|
time = { version = "0.3.36", features = ["macros", "serde", "formatting", "parsing" ] }
|
|
|
|
[workspace.package]
|
|
license = "AGPL-3.0"
|
|
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
|
|
repository = "https://code.vanwa.ch/shu/little-hesinde"
|