docs: updated cargo.toml

This commit is contained in:
darwincereska
2026-06-08 01:18:04 -04:00
parent ff7ce95000
commit af1d05b216
+5
View File
@@ -2,3 +2,8 @@
name = "envkit" name = "envkit"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
authors = ["Darwin Cereska <discorddurr@gmail.com>"]
description = "A dead-simple env loader"
readme = "README.md"
license = "MIT"
repository = "https://github.com/darwincereska/envkit"