mirror of
https://github.com/darwincereska/envkit.git
synced 2026-06-11 10:23:23 -05:00
10 lines
302 B
TOML
10 lines
302 B
TOML
[package]
|
|
name = "envkit"
|
|
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"] |