From 03d1ca7b0a2610b5a5ee2956722c0a1fbdc2180c Mon Sep 17 00:00:00 2001 From: BenoƮt CORTIER Date: Fri, 18 Jun 2021 10:41:03 -0400 Subject: cargo: add more metadata to manifests --- helix-tui/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helix-tui') diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml index beab049c..89fa755d 100644 --- a/helix-tui/Cargo.toml +++ b/helix-tui/Cargo.toml @@ -7,6 +7,9 @@ A library to build rich terminal user interfaces or dashboards """ edition = "2018" license = "MPL-2.0" +categories = ["editor"] +repository = "https://github.com/helix-editor/helix" +homepage = "https://helix-editor.com" include = ["src/**/*", "README.md"] [features] -- cgit v1.2.3-70-g09d2