2024-05-01 14:21:07 +00:00
|
|
|
[workspace]
|
|
|
|
resolver = "2"
|
|
|
|
members = [
|
2024-05-06 08:55:18 +00:00
|
|
|
"calibre-db", "rusty-library",
|
2024-05-01 14:21:07 +00:00
|
|
|
]
|
2024-05-02 16:10:29 +00:00
|
|
|
|
|
|
|
[workspace.dependencies]
|
|
|
|
serde = "1.0.200"
|
|
|
|
thiserror = "1.0.59"
|
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"
|