Cargo.toml

527 B · toml · 23 lines

1[package]2name = "mrlydemo"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]15mrlycore.workspace = true16mrlyfont.workspace = true17mrlynum.workspace = true18mrlymath.workspace = true19mrlylab.workspace = true20wasm-bindgen = "=0.2.125"2122[package.metadata.wasm-pack.profile.release]23wasm-opt = false