Beginning of frontend + recipe editing
(it's a mess)
This commit is contained in:
parent
642dd8a80c
commit
cbe276fc06
16 changed files with 203 additions and 63 deletions
|
|
@ -9,11 +9,12 @@ common = {path = "../common"}
|
|||
|
||||
actix-web = "4"
|
||||
actix-files = "0.6"
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
|
||||
chrono = "0.4"
|
||||
|
||||
ron = "0.8" # Rust object notation, to load configuration files.
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
|
||||
itertools = "0.10"
|
||||
clap = {version = "4", features = ["derive"]}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue