1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #1473 from sylvestre/metadata

Add some missing metadata
This commit is contained in:
Sylvestre Ledru 2020-04-14 10:00:05 +02:00 committed by GitHub
commit 656215cb91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,11 @@
# uutils / coreutils
# * see the repository LICENSE, README, and CONTRIBUTING files for more information
[package]
name = "uutils"
description = "uutils ~ universal (as in cross-platform) CLI utils, written in Rust"
license = "MIT"
repository = "https://github.com/uutils/coreutils"
version = "0.0.1"
authors = []
build = "build.rs"