feat: prove elm object cache is complete

This commit is contained in:
YetAnotherMinion 2021-12-11 18:28:04 +00:00 committed by nobody
commit 8354d51ecb
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
7 changed files with 583 additions and 157 deletions

View file

@ -21,6 +21,7 @@ structopt = { version = "0.3" }
elm-project-utils = { path = "../../../infra/rust-elm-project-utils" }
tracing = { version = "0.1", features = [] }
rustc-hash = "1.1"
home = "0.5"
# Required to transpile view functions to Rust
genco = "0.15"