From 9502270c45058ab0e02af9a79b7cccdf386b18b6 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 5 Jul 2023 16:24:06 -0700 Subject: [PATCH] adding in metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 950429a..df48d5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "tldr-news" version = "0.1.0" edition = "2021" +description = "A command line tool to get the latest tldr tech news." +license = "MIT" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html