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

15 lines
370 B
TOML
Raw Normal View History

2023-01-15 01:54:38 -07:00
[package]
name = "yacexits"
version = "0.1.2"
2023-01-15 01:54:38 -07:00
edition = "2021"
2023-01-17 13:09:08 -07:00
license = "FSFAP"
2023-01-15 01:54:38 -07:00
authors = [ "Emma Tebibyte <emma@tebibyte.media>" ]
2023-01-17 13:06:28 -07:00
description = "no_std exit() reimplementation supporting sysexits.h"
repository = "https://git.tebibyte.media/yac/yacexits"
2023-01-15 01:54:38 -07:00
[dependencies]
libc = { version = "0.2.14", default-features = false }
[build-dependencies]
bindgen = "0.63.0"