From f8ec9c2a7b379af4d708336b52b364a00bda9677 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 5 Jul 2017 18:01:47 -0700 Subject: [PATCH] Fill out README fields --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9ad65afe..77ebece7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,17 @@ name = "proc-macro2" version = "0.1.0" authors = ["Alex Crichton "] +license = "MIT/Apache-2.0" +readme = "README.md" +keywords = ["macros"] +repository = "https://github.com/alexcrichton/proc-macro2" +homepage = "https://github.com/alexcrichton/proc-macro2" +documentation = "https://docs.rs/proc-macro2" +description = """ +A stable implementation of the upcoming new `proc_macro` API. Comes with an +option, off by default, to also reimplement itself in terms of the upstream +unstable API. +""" [lib] doctest = false