feat: PoC for generating webpage with database

This commit is contained in:
YetAnotherMinion 2022-01-12 04:56:15 +00:00 committed by nobody
commit 028cc115a0
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
8 changed files with 780 additions and 22 deletions

View file

@ -25,6 +25,9 @@ home = "0.5"
# Required to transpile view functions to Rust
genco = "0.15"
# Required to generate fixture Elm files
elm-quote = { path = "../../../infra/rust-elm-quote" }
# All of these are required for deno's javascript runtime. We need to keep the
# same versions as other projects in our cargo workspace. Multiple different
@ -45,3 +48,5 @@ serde_v8 = "0.15"
sqlx = { version = "0.5", features = [ "sqlite", "macros", "runtime-tokio-rustls", "chrono", "json", "uuid" ] }
oneshot = "0.1.3"
[dev-dependencies]
aho-corasick = "0.7"