little-hesinde/Cargo.toml
Sebastian Hugentobler 1c95f4391f
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
update everything
2025-07-02 08:37:34 +02:00

15 lines
377 B
TOML

[workspace]
resolver = "2"
members = [
"calibre-db", "little-hesinde",
]
[workspace.dependencies]
serde = "1.0.219"
thiserror = "1.0.61"
time = { version = "0.3.41", 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"