From 117b01c6f6d723d930290aef7d73f24edee19247 Mon Sep 17 00:00:00 2001 From: Tor Date: Mon, 25 Mar 2024 23:18:09 +0100 Subject: [PATCH] wip --- Cargo.toml | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fc7376a..bef9b92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "cringecast" version = "0.1.0" edition = "2021" +description = "Simple podcast manager for your terminal" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 5b27241..971713b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # CringeCast + Simple CLI podcastmanager