aboutsummaryrefslogtreecommitdiff
path: root/rustc_version/Cargo.toml
blob: 422a8813f5e350423d0e991c7c3394cfd352a816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rustc_version"
version = "0.2.3"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT/Apache-2.0"

description = "A library for querying the version of a installed rustc compiler"
readme = "README.md"
documentation = "https://docs.rs/rustc_version/"

repository = "https://github.com/Kimundi/rustc-version-rs"
keywords = ["version", "rustc"]

[badges]
travis-ci = { repository = "Kimundi/rustc-version-rs" }

[dependencies]
semver = "0.9"