1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

uucore: add crate_version macro

This commit is contained in:
Daniel Hofstetter 2025-03-15 15:04:45 +01:00
parent e147063e26
commit 12ab9c2c21
2 changed files with 22 additions and 0 deletions

View file

@ -1,2 +1,5 @@
[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"
[env]
PROJECT_NAME_FOR_VERSION_STRING = "uutils coreutils"