2022-02-28 04:49:40 +00:00
|
|
|
[package]
|
|
|
|
name = "four_line_dropper_frontend"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-02-28 07:40:38 +00:00
|
|
|
yew = "0.19"
|
2022-03-01 07:02:59 +00:00
|
|
|
log = "0.4.6"
|
|
|
|
wasm-logger = "0.2.0"
|
2022-03-03 08:36:51 +00:00
|
|
|
web-sys = { version = "0.3.56", features = ["Window", "Document", "Element"] }
|
2022-03-10 07:17:16 +00:00
|
|
|
js-sys = "0.3.56"
|
2022-03-09 07:22:01 +00:00
|
|
|
oorandom = "11.1.3"
|