From 5c23f89311ce6b5b74b8b51914f8c8e50ce60271 Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 16 Jan 2024 09:48:57 +0100 Subject: [PATCH] Fix name of silo binary --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee4f99b..924f72a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,9 @@ repository = "https://github.com/Trivernis/silo" description = "A dotfile manager" license-file = "LICENSE.md" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "silo" +path = "src/main.rs" [dependencies] chksum = "0.3.0"