From ac2b9e6e6a11c315fc4fa891c1f40fae9b52d625 Mon Sep 17 00:00:00 2001 From: opilarium Date: Sun, 16 Jul 2017 01:17:10 +0300 Subject: [PATCH] Add readme and categories to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 91d6d9d..04c0165 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,8 @@ C compiler to compile native C code into a static archive to be linked into Rust code. """ keywords = ["build-dependencies"] +readme = "README.md" +categories = ["development-tools"] [badges] travis-ci = { repository = "alexcrichton/gcc-rs" }