[package] name = "ez_cfg" version = "0.1.1" edition = "2021" authors = ["JajaNooba"] description = "Simple env config library for Rust" license = "MIT" repository = "https://github.com/JajaNooba/ez-config" documentation = "https://docs.rs/ez_config/latest/ez_config" [dependencies] ez_cfg_macro = { path = "./ez_config_macro/", version = "0.1.1" }