File: Cargo.toml.orig

package info (click to toggle)
rust-rustc-tools-util 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rustc_tools_util"
version = "0.4.2"
description = "small helper to generate version information for git packages"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["rustc", "tool", "git", "version", "hash"]
categories = ["development-tools"]
edition = "2021" # Keep this, for this crate's MSRV to stay low

[dependencies]