diff --git a/Cargo.toml b/Cargo.toml index f048ea6..e7f4173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,18 @@ [package] -name = "web_luciel" +name = "web_iouring" version = "0.0.0-develop" -authors = ["luciel"] +authors = ["iouring"] license = "Apache-2.0" edition = "2024" -rust-version = "1.87" +rust-version = "1.91" publish = false [dependencies] js-sys = "0.3" -yew = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc", features = ["csr"] } -yew-router = { git = "https://github.com/yewstack/yew.git", rev = "550b2cc" } +yew = { git = "https://github.com/yewstack/yew.git", rev = "21f373b", features = [ + "csr", +] } +yew-router = { git = "https://github.com/yewstack/yew.git", rev = "21f373b" } wasm-bindgen = { version = "0.2" } log = { version = "0.4" } diff --git a/index.html b/index.html index de3629b..16f501a 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,38 @@ +
- - -