webtools

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Cargo.toml (208B)


      1 [package]
      2 name = "wasm-webtools"
      3 version = "0.1.0"
      4 edition = "2024"
      5 
      6 [lib]
      7 crate-type = ["cdylib"]
      8 
      9 [dependencies]
     10 rand = "0.9.2"
     11 wasm-bindgen = "0.2"
     12 getrandom = { version = "0.3", features = ["wasm_js"] }
     13