updated for publishing on crates.io
This commit is contained in:
parent
bf7a53994e
commit
11a4f12c79
@ -5,6 +5,9 @@ edition = "2021"
|
|||||||
license = "LGPL-3.0-or-later"
|
license = "LGPL-3.0-or-later"
|
||||||
authors = [ "Emma Tebibyte <emma@tebibyte.media>" ]
|
authors = [ "Emma Tebibyte <emma@tebibyte.media>" ]
|
||||||
description = "Rust bindings to sysexits.h"
|
description = "Rust bindings to sysexits.h"
|
||||||
|
repository = "https://git.tebibyte.media/emma/rustexits"
|
||||||
|
readme = "README"
|
||||||
|
keywords = ["sysexits", "bindings"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = { version = "0.69.4", default-features = false }
|
bindgen = { version = "0.69.4", default-features = false }
|
||||||
|
14
README
Normal file
14
README
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Rust bindings to sysexits.h that fallback to dummy sysexits codes for systems
|
||||||
|
which do not support them. Successor to the previous yacexits project.
|
||||||
|
|
||||||
|
The crate uses a Rust build script to automatically generate the bindings with
|
||||||
|
the bindgen crate before compiling the library into a linkable rlib file.
|
||||||
|
|
||||||
|
This project was made possible by the continuing work being done on the Bonsai
|
||||||
|
Computer System [0].
|
||||||
|
|
||||||
|
This crate is licensed under the LGPL version 3.1 or later. This means that it
|
||||||
|
may be linked to any source code under any license but must remain copylefted
|
||||||
|
itself.
|
||||||
|
|
||||||
|
[0] <https://git.tebibyte.media/bonsai/>
|
Loading…
Reference in New Issue
Block a user