[package] name = "domain-hacks" version = "0.1.0" authors = [ "Dylan Baker " ] license = "MIT" edition = "2018" [lib] crate-type = ["cdylib"] [dependencies] console_error_panic_hook = "0.1" console_log = { version = "0.2", features = ["color"] } log = "0.4" sauron = "0.31.2" rand = { version = "0.7", features = ["wasm-bindgen"] } [features] with-measure = ["sauron/with-measure"]