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

16 lines
388 B
TOML
Raw Permalink Normal View History

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