🐛 fix layout
🍱 update 88x31s 🔥 rm landing
This commit is contained in:
12
Cargo.toml
12
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" }
|
||||
|
||||
Reference in New Issue
Block a user