From 23dc46f39a8ed4fb0f5850a179f90945dec11e88 Mon Sep 17 00:00:00 2001 From: Avril Date: Fri, 24 Jul 2020 03:12:20 +0100 Subject: [PATCH] add desc --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6c3dc95..15701a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [package] name = "termprogress" +description = "A terminal progress bar renderer with status and spinners" +license = "GPL-3.0-or-later" version = "0.1.0" authors = ["Avril "] edition = "2018"