Cargo.toml 236 B

123456789101112
  1. [package]
  2. name = "matzo-web"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [lib]
  6. crate-type = ["cdylib"]
  7. [dependencies]
  8. wasm-bindgen = "0.2"
  9. matzo = { git = "https://github.com/aisamanra/matzo" }
  10. getrandom = { version = "*", features = ["js"] }