From d07ad40e8d31795e7be66e94328bf8c1bcf0fa3a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 Apr 2020 20:01:20 +0200 Subject: [PATCH 1/4] 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" From 64e2a779a824258a080c05a580487933bf2245c2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 Apr 2020 22:10:20 +0200 Subject: [PATCH 2/4] Update Cargo.toml Co-Authored-By: Roy Ivy III --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a306be61b..5f1808167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,5 @@ -# 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. +# uutils / coreutils +# * see the repository LICENSE, README, and CONTRIBUTING files for more information [package] name = "uutils" From 104629c97b456d142006d325b13e132150f643cc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 Apr 2020 22:10:30 +0200 Subject: [PATCH 3/4] 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" From 101a5fd9d169c50a5bd4061d34910d8652044e53 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 Apr 2020 22:11:29 +0200 Subject: [PATCH 4/4] remove comment --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fc27fbf9..82ed97920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "uutils" -description = "uutils ~ universal (as in cross-platform) CLI utils, written in Rust" ## aggregates Rust rewrites of the GNU coreutils" +description = "uutils ~ universal (as in cross-platform) CLI utils, written in Rust" license = "MIT" repository = "https://github.com/uutils/coreutils" version = "0.0.1"