From 7f50b8ad24b22959096798038e06f55980332c12 Mon Sep 17 00:00:00 2001 From: Tim Zerrell Date: Fri, 16 Aug 2024 16:10:21 -0700 Subject: [PATCH] Add `cargo bootstrap` alias (#5) --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..211df290 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +bootstrap = "run --release --manifest-path zirgen/bootstrap/Cargo.toml"