[package] name = "coup" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] rand = "0.8.5" ## Require getrandom explicitly with js feature to allow for wasm32-unknown-unknown getrandom = { version = "0.2", features = ["js"] } [dev-dependencies] ntest = "0.7.5"