From d07ad40e8d31795e7be66e94328bf8c1bcf0fa3a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 Apr 2020 20:01:20 +0200 Subject: [PATCH] Add some missing metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2b53fbddd..a306be61b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,12 @@ +# This file is part of the uutils coreutils package. +# For the full copyright and license information, please view the LICENSE +# file that was distributed with this source code. + [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." +license = "MIT" +repository = "https://github.com/uutils/coreutils" version = "0.0.1" authors = [] build = "build.rs"