diff options
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml new file mode 100644 index 0000000..9d35164 --- /dev/null +++ b/xtask/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "xtask" +version = "0.0.0" +authors = ["The Cortex-M Team <cortex-m@teams.rust-embedded.org>"] +edition = "2018" +publish = false + +[dependencies] +ar = "0.8.0" |