[package]
name = "basic_math_problem_generator"
authors = ["christian cecilia <christian.cecilia1@gmail.com>"]
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "Simple CLI math test with varying difficulty. Geared towards small children for practicing."
repository = "https://github.com/CCecilia/Basic-Math-Test-Generator"
keywords = ["cli", "math-test", "children", "learning"]
[[bin]]
name = "math-test"
path = "src/main.rs"
[dependencies]
clap = { version = "4.0.32", features = ["derive"] }
rand = "0.8.5"