diff --git a/.gitignore b/.gitignore index 6985cf1..cf3ed59 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ debug/ target/ +frontend/dist/ +frontend/target/ + # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 3267f17..2e51ddf 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -11,7 +11,8 @@ yew = { version = "0.21.0", features = ["csr"] } yew-router = { version = "0.18.0"} gloo-console = "0.3.0" yewdux = "0.10.0" -serde = "1.0.198" +surrealdb = "1.5.4" +serde = {version = "1.0.198", features = ["derive"]} serde_json = "1.0.116" regex = "1.10.4" diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 24fbd12..e6bf558 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -4,18 +4,18 @@