From af1d05b2168469303cbfb3cea28b88c24aad9594 Mon Sep 17 00:00:00 2001 From: darwincereska Date: Mon, 8 Jun 2026 01:18:04 -0400 Subject: [PATCH] docs: updated cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9515cfd..4d5673a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,8 @@ name = "envkit" version = "0.1.0" edition = "2024" +authors = ["Darwin Cereska "] +description = "A dead-simple env loader" +readme = "README.md" +license = "MIT" +repository = "https://github.com/darwincereska/envkit"