Skip to content

Commit d07ad40

Browse files
committed
Add some missing metadata
1 parent 08a2cd0 commit d07ad40

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
# This file is part of the uutils coreutils package.
2+
# For the full copyright and license information, please view the LICENSE
3+
# file that was distributed with this source code.
4+
15
[package]
26
name = "uutils"
7+
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."
8+
license = "MIT"
9+
repository = "https://github.com/uutils/coreutils"
310
version = "0.0.1"
411
authors = []
512
build = "build.rs"

0 commit comments

Comments
 (0)