[package] name = "miter" version = "0.5.0" authors = ["Rafael Morais "] license = "MIT OR Apache-2.0" description = "Ratio calculator on your terminal." readme = "README.md" homepage = "https://github.com/rafamrs/miter" repository = "https://github.com/rafamrs/mite" keywords = ["cli", "ratio", "calculator"] categories = ["command-line-utilities"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.2.10" gcd = "2.0.1"