[package] name = "rustvate" version = "0.1.0" authors = ["Enow Scott "] description = "Rustvate is a browser extension for ad-blocking, powered by Rust and WebAssembly." license = "MIT OR Apache-2.0" repository = "https://github.com/Blindspot22/rustvate" homepage = "https://github.com/Blindspot22/rustvate" documentation = "https://github.com/Blindspot22/rustvate" readme = "README.md" keywords = ["ad-blocker", "wasm", "browser-extension"] # Updated categories with supported slugs categories = ["web-programming"] [dependencies] wasm-bindgen = "0.2" [lib] crate-type = ["cdylib"]