[package] name = "quake_wasm" version = "0.4.0" edition = "2021" authors = ["Inherd Group "] description = """ Simple knowledge management tool for geek. """ documentation = "https://github.com/phodal/quake" repository = "https://github.com/phodal/quake" readme = "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quake_core = { path = "../quake_core", version = "0.4.0" } wasm-bindgen = "0.2" serde = "1.0" serde_json = "1.0" [lib] crate-type = ["cdylib"]