From 104629c97b456d142006d325b13e132150f643cc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 Apr 2020 22:10:30 +0200 Subject: [PATCH] Update Cargo.toml Co-Authored-By: Roy Ivy III --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f1808167..5fc27fbf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "uutils" -description = "uutils is an attempt at writing universal (as in cross-platform) CLI utils in Rust. This repo is to aggregate the GNU coreutils rewrites." +description = "uutils ~ universal (as in cross-platform) CLI utils, written in Rust" ## aggregates Rust rewrites of the GNU coreutils" license = "MIT" repository = "https://github.com/uutils/coreutils" version = "0.0.1"