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" +