feat: PoC for generating webpage with database
This commit is contained in:
parent
d7981129eb
commit
028cc115a0
8 changed files with 780 additions and 22 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue