From 191d27166385295de17695996fdb62cea41b5c24 Mon Sep 17 00:00:00 2001 From: emma Date: Wed, 24 Apr 2024 21:04:20 -0600 Subject: [PATCH] updated to deprecate --- Cargo.toml | 3 ++- README | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 README diff --git a/Cargo.toml b/Cargo.toml index 4d871a8..65dc19b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "yacexits" -version = "0.1.5" +version = "0.1.6" edition = "2021" license = "FSFAP" authors = [ "Emma Tebibyte " ] description = "no_std exit() reimplementation supporting sysexits.h" repository = "https://git.tebibyte.media/yac/yacexits" +readme = "README" [dependencies] libc = { version = "0.2.14", default-features = false } diff --git a/README b/README new file mode 100644 index 0000000..e6202ed --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +Do not useā€”check out the superior rustexits crate [0]. This crate has many flaws +and does not compile on many systems. The rustexits implementation is the +successor to this crate. + +[0]