From 139ed4402930df22b6b6266ea08a6315e001d9c4 Mon Sep 17 00:00:00 2001 From: Tilo K Date: Thu, 26 Oct 2023 21:39:44 +0200 Subject: [PATCH] Changed Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2358526..190d134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "pastebin-cli" version = "0.1.0" edition = "2021" +description = "A simple CLI for pastebin.com" +authors = ["Tilo K"] +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html