mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +00:00
Set up for release on crates.io
This commit is contained in:
parent
12ce90d9cb
commit
217d83526b
1 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,18 @@
|
||||||
name = "uucore"
|
name = "uucore"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["uutils developers"]
|
authors = ["uutils developers"]
|
||||||
|
description = "Common cross-platform code used by various uutils projects"
|
||||||
|
|
||||||
|
homepage = "https://github.com/uutils/uucore"
|
||||||
|
repository = "https://github.com/uutils/uucore"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["cross-platform", "uutils", "coreutils"]
|
||||||
|
categories = ["os"]
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "uutils/uucore" }
|
||||||
|
appveyor = { repository = "uutils/uucore" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue