[package] name = "collect_args" version = "0.0.2" edition = "2021" authors = ["Seacrest "] description = "Parses env args" homepage = "https://github.com/seacrst/collect_args" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "collect_args" path = "src/lib.rs" [dependencies]