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