[package] name = "demos" version.workspace = true edition.workspace = true description = "The eyes of Mrly: the wasm bridge that hands the designs to a browser." license.workspace = true repository.workspace = true readme = "README.md" publish = false [lib] crate-type = ["cdylib", "rlib"] [dependencies] mrlyrs.workspace = true ledger.workspace = true wasm-bindgen = "=0.2.125" [package.metadata.wasm-pack.profile.release] wasm-opt = false