Cargo.toml

444 B · toml · 20 lines

1[package]2name = "demos"3version.workspace = true4edition.workspace = true5description = "The eyes of Mrly: the wasm bridge that hands the designs to a browser."6license.workspace = true7repository.workspace = true8readme = "README.md"9publish = false1011[lib]12crate-type = ["cdylib", "rlib"]1314[dependencies]15mrlyrs.workspace = true16ledger.workspace = true17wasm-bindgen = "=0.2.125"1819[package.metadata.wasm-pack.profile.release]20wasm-opt = false