From f39919b5b17d29eeb5961581d2ce1b13d6d68f4c Mon Sep 17 00:00:00 2001 From: emma Date: Tue, 17 Jan 2023 15:06:28 -0500 Subject: [PATCH] added info for crates.io --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a3cf876..319eda2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.2" edition = "2021" license = "AGPL-3.0-or-later" authors = [ "Emma Tebibyte " ] +description = "no_std exit() reimplementation supporting sysexits.h" +repository = "https://git.tebibyte.media/yac/yacexits" [dependencies] libc = { version = "0.2.14", default-features = false }