mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
maint/docs ~ add license notation to all workspace packages
This commit is contained in:
parent
d704fb2b61
commit
b8da0d7a8c
94 changed files with 94 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
name = "arch"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "base32"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "base64"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "basename"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "cat"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "chgrp"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "chmod"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "chown"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "chroot"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "cksum"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
|
||||
[lib]
|
||||
name = "uu_cksum"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "comm"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -5,6 +5,7 @@ authors = [
|
|||
"Jordy Dickinson <jordy.dickinson@gmail.com>",
|
||||
"Joshua S. Miller <jsmiller@uchicago.edu>",
|
||||
]
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "cut"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "date"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "dircolors"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "dirname"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "du"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "echo"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
1
src/env/Cargo.toml
vendored
1
src/env/Cargo.toml
vendored
|
@ -3,6 +3,7 @@ name = "env"
|
|||
version = "0.0.1"
|
||||
authors = ["uutils developers"]
|
||||
description = "Set each NAME to VALUE in the environment and run COMMAND"
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "expand"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "expr"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "factor"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
|
||||
[lib]
|
||||
name = "uu_factor"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "false"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "fmt"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "fold"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "groups"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "hashsum"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "head"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "hostid"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "hostname"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "id"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "install"
|
||||
version = "0.0.1"
|
||||
authors = ["Ben Eills <ben@beneills.com>"]
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "join"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "kill"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "link"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "ln"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "logname"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "ls"
|
||||
version = "0.0.1"
|
||||
authors = ["Jeremiah Peschka <jeremiah.peschka@gmail.com>"]
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "mkdir"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "mkfifo"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "mknod"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "mktemp"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "more"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "mv"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "nice"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "nl"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "nohup"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "nproc"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "numfmt"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "od"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "paste"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "pathchk"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "pinky"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "printenv"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "printf"
|
||||
version = "0.0.1"
|
||||
authors = ["Nathan Ross"]
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "ptx"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "pwd"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "readlink"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "realpath"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "relpath"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "rm"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "rmdir"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "seq"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "shred"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "shuf"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "sleep"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "sort"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "split"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "stat"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "stdbuf"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "libstdbuf"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
|
||||
[lib]
|
||||
name = "libstdbuf"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "sum"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "sync"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "tac"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "tail"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "tee"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "test"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "timeout"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "touch"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "tr"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "true"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "truncate"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "tsort"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "tty"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "uname"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "unexpand"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "uniq"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "unlink"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "uptime"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "users"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "wc"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "who"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "whoami"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
description = "Print effective user ID."
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "yes"
|
||||
version = "0.0.1"
|
||||
authors = []
|
||||
license = "MIT"
|
||||
description = "Repeatedly output a line with all specified STRING(s), or 'y'."
|
||||
build = "../#common/mkmain.rs"
|
||||
|
||||
|
|
Loading…
Reference in a new issue