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