envro 0.6.0

A crate to load environment variables from a .env file into the process environment variables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "envro"
version = "0.6.0"
edition = "2021"
description = "A crate to load environment variables from a .env file into the process environment variables"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "2.0.17"

[dev-dependencies]
serial_test = "3.2.0"