Add a calendar to schedule a recipe to a chosen date (WIP)

This commit is contained in:
Greg Burri 2025-01-23 03:01:15 +01:00
parent d9449de02b
commit 9d3f9e9c60
15 changed files with 441 additions and 62 deletions

View file

@ -13,6 +13,8 @@ default = ["console_error_panic_hook"]
[dependencies]
common = { path = "../common" }
chrono = "0.4"
ron = "0.8"
serde = { version = "1.0", features = ["derive"] }
thiserror = "2"