diff --git a/Cargo.toml b/Cargo.toml index 59586dc..ca56100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,7 @@ clap = { version = "3.1.8", features = [ "derive" ] } sha2 = "0.10.2" rayon = "1.5.1" indicatif = { version = "0.16.2", features = [ "rayon" ] } + +[[bin]] +name = "restic-integrity" +path = "source/main.rs" diff --git a/src/main.rs b/source/main.rs similarity index 100% rename from src/main.rs rename to source/main.rs