little-hesinde/Cargo.toml

16 lines
377 B
TOML
Raw Normal View History

2024-05-01 14:21:07 +00:00
[workspace]
resolver = "2"
members = [
2024-05-10 15:31:27 +00:00
"calibre-db", "little-hesinde",
2024-05-01 14:21:07 +00:00
]
2024-05-02 16:10:29 +00:00
[workspace.dependencies]
2024-06-26 20:35:03 +00:00
serde = "1.0.203"
thiserror = "1.0.61"
2024-05-09 09:18:47 +00:00
time = { version = "0.3.36", features = ["macros", "serde", "formatting", "parsing" ] }
2024-05-06 17:33:58 +00:00
[workspace.package]
license = "AGPL-3.0"
2024-05-10 19:03:14 +00:00
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
repository = "https://code.vanwa.ch/shu/little-hesinde"