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