drone-os / drone

CLI utility for Drone, an Embedded Operating System.
https://www.drone-os.com/
Apache License 2.0
165 stars 20 forks source link

Streamline RUSTFLAGS #21

Closed valff closed 3 years ago

valff commented 3 years ago

Make new projects generated by drone new more IDE-friendly by moving all RUSTFLAGS configuration to .cargo/config.

One minor drawback of this change is that some configuration options are duplicated within .cargo/config file because of cargo issue https://github.com/rust-lang/cargo/issues/5376. Also the compile target is stored in both .cargo/config and Justfile.