worldwideportal/Cargo.toml
2024-07-21 17:01:56 +10:00

13 lines
290 B
TOML

[package]
name = "worldwideportal"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
im = "15.1.0"
wasm-bindgen = "0.2.92"
web-sys = "0.3.69"
yew = { version = "0.21.0", features = ["csr"] }