mirror of
https://gitee.com/openharmony/third_party_rust_version_check
synced 2024-11-23 07:49:54 +00:00
14 lines
423 B
TOML
14 lines
423 B
TOML
[package]
|
|
name = "version_check"
|
|
version = "0.9.4"
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
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"]
|
|
license = "MIT/Apache-2.0"
|
|
exclude = ["static"]
|
|
|
|
[dependencies]
|