app: Add a UI to create recipes

This commit is contained in:
traxys 2023-06-22 22:33:38 +02:00
parent 58cadd37d2
commit cec3ef214e
6 changed files with 564 additions and 2 deletions

View file

@ -12,6 +12,7 @@ console_log = { version = "1.0.0", features = ["color"] }
gloo-net = "0.2.6"
gloo-storage = "0.2.2"
gloo-utils = "0.1.6"
im = "15.1.0"
itertools = "0.10.5"
log = "0.4.17"
serde = { version = "1.0.163", features = ["derive"] }