diff options
author | Ren Kararou <[email protected]> | 2023-11-15 17:21:14 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-15 17:21:14 -0600 |
commit | 6a8f7dce846fabbf71881d9f2beba5504133730d (patch) | |
tree | c77c3b43bd21cfa79c71d7d63521863f374a9d5b /usr/src/mei/printf/Cargo.toml | |
parent | e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69 (diff) | |
download | k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.tar.gz k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.tar.bz2 k2spice-6a8f7dce846fabbf71881d9f2beba5504133730d.zip |
add repository and readme information to the cargo manifest
Diffstat (limited to 'usr/src/mei/printf/Cargo.toml')
-rw-r--r-- | usr/src/mei/printf/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/mei/printf/Cargo.toml b/usr/src/mei/printf/Cargo.toml index 72b5ef4..c89a23b 100644 --- a/usr/src/mei/printf/Cargo.toml +++ b/usr/src/mei/printf/Cargo.toml @@ -6,6 +6,8 @@ license.workspace = true authors.workspace = true description.workspace = true documentation.workspace = true +repository.workspace = true +readme.workspace = true [[bin]] name = "printf" |