[package] name = "math_test" version = "1.0.0" edition = "2021" license = "Apache-2.0" authors = ["Mohamad Jaafar NEHME"] description = "Generates math questions for elementary school kids" repository = "https://github.com/mj-nehme/math_test" [dependencies] genpdf = "0.2.0" rand = "0.8.5" [lib] doctest = false