From 28e2a89df9a86f4b67afda9a37ba2dd201264856 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 14:06:31 -0500 Subject: [PATCH] Add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 94c223e..152cdf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" description = "waterfall data visualization" +categories = ["visualization"] documentation = "https://brayniac.github.io/waterfall" homepage = "https://github.com/brayniac/waterfall"