[package] name = "papito" version = "0.1.1" authors = ["Sharad Chand "] description = "A Beginner Friendly Rusty WASM Framework" documentation = "https://docs.rs/papito" homepage = "https://github.com/csharad/papito" repository = "https://github.com/csharad/papito" readme = "../README.md" keywords = ["papito", "web", "framework", "wasm"] license = "MIT" [dependencies] stdweb = "0.4.2" papito_dom = { path = "../papito_dom", version = "0.1.1" }