little-hesinde/Cargo.toml

16 lines
413 B
TOML
Raw Permalink Normal View History

2024-05-01 16:21:07 +02:00
[workspace]
resolver = "2"
members = [
2024-05-10 17:31:27 +02:00
"calibre-db", "little-hesinde",
2024-05-01 16:21:07 +02:00
]
2024-05-02 18:10:29 +02:00
[workspace.dependencies]
2025-07-02 08:20:04 +02:00
serde = "1.0.219"
2025-07-02 21:09:37 +02:00
snafu = { version = "0.8.6", features = ["rust_1_81"] }
2025-07-02 08:20:04 +02:00
time = { version = "0.3.41", features = ["macros", "serde", "formatting", "parsing" ] }
2024-05-06 19:33:58 +02:00
[workspace.package]
license = "AGPL-3.0"
2024-05-10 21:03:14 +02:00
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
repository = "https://code.vanwa.ch/shu/little-hesinde"