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