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

Split off uucore into its own repository

This commit is contained in:
Alex Lyon 2019-05-12 22:42:20 -07:00
parent e1cf3a42d5
commit b73a664677
117 changed files with 283 additions and 2760 deletions

View file

@ -157,7 +157,7 @@ default = ["unix"]
[workspace]
[dependencies]
uucore = { path="src/uucore" }
uucore = "0.0.1"
arch = { optional=true, path="src/arch" }
base32 = { optional=true, path="src/base32" }
base64 = { optional=true, path="src/base64" }