yac
/
yacexits
Archived
3
0
Fork 0

added info for crates.io

This commit is contained in:
Emma Tebibyte 2023-01-17 15:06:28 -05:00
parent 0fa42e74e1
commit f39919b5b1
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ version = "0.1.2"
edition = "2021"
license = "AGPL-3.0-or-later"
authors = [ "Emma Tebibyte <emma@tebibyte.media>" ]
description = "no_std exit() reimplementation supporting sysexits.h"
repository = "https://git.tebibyte.media/yac/yacexits"
[dependencies]
libc = { version = "0.2.14", default-features = false }