2017-01-15 08:46:39 +00:00
|
|
|
[package]
|
2017-01-15 08:54:27 +00:00
|
|
|
name = "version_check"
|
2021-12-29 08:40:10 +00:00
|
|
|
version = "0.9.4"
|
2017-01-15 08:46:39 +00:00
|
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
2017-01-15 08:54:27 +00:00
|
|
|
description = "Tiny crate to check the version of the installed/running rustc."
|
|
|
|
documentation = "https://docs.rs/version_check/"
|
|
|
|
repository = "https://github.com/SergioBenitez/version_check"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["version", "rustc", "minimum", "check"]
|
2018-07-05 19:51:26 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
2021-03-17 00:32:51 +00:00
|
|
|
exclude = ["static"]
|
2017-01-15 08:46:39 +00:00
|
|
|
|
|
|
|
[dependencies]
|