From 68b42dfe1201b554a8024140a7e6bd395bb4d7c1 Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Thu, 1 Nov 2018 17:11:43 -0700 Subject: [PATCH] Add repository link and tags in Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d6ada521b6..38a870473c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" license = "Apache-2.0" authors = ["Raph Levien "] description = "Data-oriented Rust UI design toolkit." +repository = "https://github.com/xi-editor/druid" +categories = ["gui"] +keywords = ["gui", "ui", "toolkit"] [dependencies] directwrite = "0.1.2"