[package] name = "arcs-env-rs" version = "0.2.1" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/BCACTF/arcs-env-rs/" description = "A crate designed for ARCS for simple environment variable assertion and access." categories = ["config"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" paste = "1.0.12"