feat: updated bool parsing and added tests

This commit is contained in:
darwincereska
2026-06-08 03:04:17 -04:00
parent af1d05b216
commit 9c087b7baa
8 changed files with 80 additions and 9 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
[package]
name = "envkit"
version = "0.1.0"
version = "0.1.1"
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"
categories = ["environment", "configuration", "loader"]