aboutsummaryrefslogtreecommitdiff
path: root/rustc_version/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustc_version/Cargo.toml')
-rw-r--r--rustc_version/Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/rustc_version/Cargo.toml b/rustc_version/Cargo.toml
new file mode 100644
index 0000000..422a881
--- /dev/null
+++ b/rustc_version/Cargo.toml
@@ -0,0 +1,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"