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

Modify .cargo/config template to contain target and flags #20

Closed thvdveld closed 3 years ago

thvdveld commented 3 years ago

.cargo/config will now contain the correct target and the needed flags used by Drone. This is helpful information for rust-analyzer or RLS.

thvdveld commented 3 years ago

The file is created correctly, but I did not test it fully yet. Maybe other flags still need to be added.

valff commented 3 years ago

Closing in favour of https://github.com/drone-os/drone/pull/21.