Closed
Description
Right now, .cargo/config
is stripped before the build, so there's no way to pass custom arguments to cargo
during the build. It would be helpful to add cargo-args
to the metadata in order to support flags like -Zbuild-std=std,alloc
.
Originally posted by @Nemo157 in #1299 (comment)