From 3d54bc8c76d26635d7d81ad854ef0081c898968f Mon Sep 17 00:00:00 2001 From: kitsunecafe Date: Sat, 28 Sep 2024 01:01:07 -0500 Subject: [PATCH] add alias --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 76a052b..4bbfc14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,7 @@ edition = "2021" [dependencies] clap = { version = "4.5.18", features = ["derive"] } rand = "0.8.5" + +[[bin]] +name = "swap" +