yac
/
yacexits
Archived
3
0
Fork 0
This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
yacexits/Cargo.toml

15 lines
370 B
TOML

[package]
name = "yacexits"
version = "0.1.5"
edition = "2021"
license = "FSFAP"
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 }
[build-dependencies]
bindgen = "0.63.0"