選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Cargo.toml 409B

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"]