From 07bacf59cdc76ea5f0e73cdadb999a7ca6ef009c Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Thu, 25 Feb 2021 18:22:29 +0100 Subject: [PATCH] build: add cargo 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..221ed0b --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +rr = "run --release --" \ No newline at end of file -- GitLab