17 lines
380 B
TOML
17 lines
380 B
TOML
[package]
|
|
name = "kikikoz"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sycamore = "0.8.0-beta.7"
|
|
rand = {version = "0.7", features = ["wasm-bindgen"]}
|
|
getrandom = { version = "0.2", features = ["js"] }
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3"
|
|
features = [
|
|
'KeyboardEvent',
|
|
] |