diff --git a/Cargo.toml b/Cargo.toml index 3151d5d..743102a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,10 @@ shuttle-axum = "0.45.0" shuttle-runtime = "0.45.0" tokio = "1.28.2" tower-http = { version = "0.5.2", features = ["fs"] } + + +[workspace] +members = [ + ".", + "frontend", +] diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index cd20180..25019e7 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -14,3 +14,4 @@ yewdux = "0.10.0" serde = "1.0.198" serde_json = "1.0.116" regex = "1.10.4" + diff --git a/frontend/dist/index.html b/frontend/dist/index.html index c522c13..6af3ce9 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -1,6 +1,6 @@ -