23 lines
454 B
TOML
23 lines
454 B
TOML
[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"
|