1[package] 2name = "version_check" 3version = "0.9.4" 4authors = ["Sergio Benitez <sb@sergio.bz>"] 5description = "Tiny crate to check the version of the installed/running rustc." 6documentation = "https://docs.rs/version_check/" 7repository = "https://github.com/SergioBenitez/version_check" 8readme = "README.md" 9keywords = ["version", "rustc", "minimum", "check"] 10license = "MIT/Apache-2.0" 11exclude = ["static"] 12 13[dependencies] 14