From d439fe30518d4a03f5008097173fcdabc1b094ca Mon Sep 17 00:00:00 2001 From: goose Date: Sat, 4 Nov 2023 09:44:06 +0700 Subject: [PATCH] chore: add cargo build config --- .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 0000000..b850bf1 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target = ["aarch64-apple-darwin"]