little-hesinde/Cargo.toml
Sebastian Hugentobler 64639953f0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s
add cargo metadata
2024-05-10 21:03:14 +02:00

16 lines
377 B
TOML

[workspace]
resolver = "2"
members = [
"calibre-db", "little-hesinde",
]
[workspace.dependencies]
serde = "1.0.200"
thiserror = "1.0.59"
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"