[package] name = "calc_it" description = "A calculator" authors = ["Ian Pringle "] version = "0.1.0" license = "GPL-3.0" homepage = "https://github.com/learning2rust/calc_it" repository = "https://github.com/learning2rust/calc_it" documentation = "https://github.com/learning2rust/calc_it" edition = "2018" [dependencies] clap = "2.33"