1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Use same crate_id form as other utils

This commit is contained in:
Jordy Dickinson 2013-12-27 17:01:55 -05:00
parent a71df867bb
commit 54dc1e9aca

View file

@ -1,4 +1,4 @@
#[crate_id = "base64#1.0.0"];
#[crate_id(name="base64", vers="1.0.0", author="Jordy Dickinson")];
/*
* This file is part of the uutils coreutils package.