rustexits/Cargo.toml

14 lines
382 B
TOML
Raw Permalink Normal View History

2024-02-11 20:07:09 +00:00
[package]
name = "rustexits"
2024-04-25 03:00:28 +00:00
version = "0.1.1"
2024-02-11 20:07:09 +00:00
edition = "2021"
license = "LGPL-3.0-or-later"
authors = [ "Emma Tebibyte <emma@tebibyte.media>" ]
description = "Rust bindings to sysexits.h"
2024-04-25 02:50:56 +00:00
repository = "https://git.tebibyte.media/emma/rustexits"
readme = "README"
keywords = ["sysexits", "bindings"]
2024-02-11 20:07:09 +00:00
[build-dependencies]
bindgen = { version = "0.69.4", default-features = false }