Cargo.toml 355 B

123456789101112131415161718
  1. [package]
  2. name = "webdrop"
  3. version = "0.1.0"
  4. authors = ["Johann Woelper <woelper@gmail.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. seed = "^0.5.0"
  9. wasm-bindgen = "^0.2.50"
  10. drop = { path = "../drop" }
  11. [lib]
  12. crate-type = ["cdylib"]
  13. [profile.release]
  14. lto = true