envro 0.3.2

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
[dependencies.thiserror]
version = "1.0.61"
[dev-dependencies.serial_test]
version = "3.1.1"

[package]
description = "A crate to load environment variables from a .env file into the process environment variables"
edition = "2021"
license = "MIT"
name = "envro"
readme = "README.md"
version = "0.3.2"