optimle/web-optimle/Cargo.toml

24 lines
454 B
TOML
Raw Normal View History

[package]
name = "web-optimle"
version = "0.1.0"
authors = ["ashastral"]
edition = "2018"
[lib]
crate-type = ["cdylib", "rlib"]
[features]
default = ["console_error_panic_hook"]
[dependencies]
wasm-bindgen = "0.2.63"
console_error_panic_hook = { version = "0.1.6", optional = true }
wee_alloc = { version = "0.4.5", optional = true }
optimle = { path = "../optimle" }
[dev-dependencies]
wasm-bindgen-test = "0.3.13"
[profie.release]
opt-level = "s"