Open
Description
It'll be great to add -e NAME=value(for example) flag to cargo run
for set environment variables. Setting environment variables is platform/shell dependent and required additional steps from user.
Simplest use case is RUST_LOG, of cause its possible to add filters by main module name, but what about dependent modules? May be it will be useful for set some LD_* fields which may break cargo itself.
EDIT (ehuss): and the ability to unset environment variables. See #7790.