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"