Skip to content

Commit 36ba78a

Browse files
committed
add various fields to Cargo.toml
1 parent 673454b commit 36ba78a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[package]
22
name = "rustc-hash"
33
version = "0.1.0"
4-
authors = ["Niko Matsakis <[email protected]>"]
4+
authors = ["The Rust Project Developers"]
5+
description = "speed, non-cryptographic hash used in rustc"
6+
license = "Apache-2.0/MIT"
7+
readme = "README.md"
8+
keywords = ["hash", "fxhash", "rustc"]
59

610
[dependencies]

0 commit comments

Comments
 (0)