For cargo's `build` scripts, it would be handy to be able to pass arguments to them via environment variables. Usage would look something like: ``` [dependency.foo] git = "......" env = ["BAR", "BAZ", "A=B"] ```