[package] name = "uwu_wasm" version = "1.0.0" description = "uwuifying the web" keywords = ["uwu", "owo", "wasm", "web"] categories = ["algorithms", "text-processing", "command-line-utilities"] repository = "https://github.com/SandroHc/uwu-rs/tree/master/crates/uwu_wasm" documentation = "https://docs.rs/uwu_wasm" authors.workspace = true edition.workspace = true license.workspace = true exclude = ["/*.bat", "/*.sh"] [lib] crate-type = ["cdylib", "rlib"] [dependencies] uwu-rs = { workspace = true } wasm-bindgen = "0.2" wee_alloc = "0.4" [dev-dependencies] wasm-bindgen-test = "0.3"