From 0034fce8093374bc5193727c96d45d98b9816a32 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 18 May 2018 15:05:31 -0700 Subject: [PATCH] Add some fields to the cargo manifest --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 560d9a71..13c84759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ version = "0.1.0" authors = ["Max Brunsfeld "] build = "build.rs" license = "MIT" +readme = "README.md" +keywords = ["incremental", "parsing"] +categories = ["parsing", "text editors", "api bindings"] + include = [ "/build.rs", "/Cargo.toml",