[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"