[package] name = "math_exam" version = "1.0.2" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Mohamad Jaafar NEHME"] description = "Generates math questions for elementary school kids" repository = "https://github.com/mj-nehme/math_exam" [lib] name = "lib" crate-type = ["cdylib", "lib"] [dependencies] rand = "0.8.5" wasm-bindgen = "0.2" getrandom = { version = "0.2", features = ["js"] }