From e099995f4274032bcced1a0f01993c4d0538119e Mon Sep 17 00:00:00 2001 From: Ku6epXBOCTuK Date: Fri, 28 Aug 2026 00:29:43 +0500 Subject: [PATCH] chore: change exe name to short xd --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5770b71..e72f93c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,3 +28,7 @@ ssh2-config = "0.7.2" tokio = { version = "1.53.1", features = ["rt", "time", "io-util"] } toml = "1.1.4" walkdir = "2.5.0" + +[[bin]] +name = "xd" +path = "src/main.rs"