From aaab45189da838fd8af7889ca4a3577268ae0e77 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Tue, 26 Jan 2021 09:48:13 +0100 Subject: [PATCH] make cargo xtask runnable from root --- .cargo/config.toml | 2 ++ boards/dongle/.cargo/{config => config.toml} | 0 2 files changed, 2 insertions(+) create mode 100644 .cargo/config.toml rename boards/dongle/.cargo/{config => config.toml} (100%) 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