You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819
  1. [package]
  2. name = "domain-hacks"
  3. version = "0.1.0"
  4. authors = [ "Dylan Baker <dylan@simulacrum.party>" ]
  5. license = "MIT"
  6. edition = "2018"
  7. [lib]
  8. crate-type = ["cdylib"]
  9. [dependencies]
  10. console_error_panic_hook = "0.1"
  11. console_log = { version = "0.2", features = ["color"] }
  12. log = "0.4"
  13. sauron = "0.31.2"
  14. rand = { version = "0.7", features = ["wasm-bindgen"] }
  15. [features]
  16. with-measure = ["sauron/with-measure"]