From 01f7738b4dc11d750c4995b7189cd6d76179414f Mon Sep 17 00:00:00 2001 From: dvkt Date: Tue, 24 Dec 2019 00:35:51 -0800 Subject: [PATCH] some more metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fbb16da..fdbd127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "phetch" version = "0.1.1" authors = ["dvkt "] +license = "MIT" +description = "a terminal gopher client designed to help you quickly navigate the gophersphere" +repository = "https://github.com/dvkt/phetch" +keywords = ["gopher", "tui", "cli"] [profile.release] lto = true