You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
446 B
TOML
18 lines
446 B
TOML
[package]
|
|
name = "tildashe"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 'z'
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
console_error_panic_hook = "0.1"
|
|
web-sys = { version = "0.3", features = ["Window", "Document", "HtmlElement", "KeyboardEvent"] }
|
|
wasm-bindgen = "0.2.78"
|
|
wee_alloc = "0.4.5"
|
|
wasm-bindgen-futures = "0.4.28"
|
|
js-sys = "0.3.55" |