diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..b3c6e25 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +xtask = "run --manifest-path xtask/Cargo.toml --" \ No newline at end of file diff --git a/boards/dongle/.cargo/config b/boards/dongle/.cargo/config.toml similarity index 100% rename from boards/dongle/.cargo/config rename to boards/dongle/.cargo/config.toml