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"