From bdd52376a82ae2354b6226d9bb3b23649b81df4d Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 20 Jul 2018 13:36:12 -0700 Subject: [PATCH] Fix cargo category slugs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 746d2d47..c2d733f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" license = "MIT" readme = "README.md" keywords = ["incremental", "parsing"] -categories = ["parsing", "text editors", "api bindings"] +categories = ["api-bindings", "parsing", "text-editors"] include = [ "/build.rs",