1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

base32: add entries

This commit is contained in:
Knight 2016-08-06 11:45:03 +08:00
parent 5c97e652a0
commit 7c5416799e
5 changed files with 29 additions and 1 deletions

View file

@ -36,6 +36,7 @@ unix = [
"users",
]
generic = [
"base32",
"base64",
"basename",
"cat",
@ -102,6 +103,7 @@ default = ["generic", "unix"]
[dependencies]
uucore = { path="src/uucore" }
arch = { optional=true, path="src/arch" }
base32 = { optional=true, path="src/base32" }
base64 = { optional=true, path="src/base64" }
basename = { optional=true, path="src/basename" }
cat = { optional=true, path="src/cat" }