From f20d15e13ba606a70afa0060b45b88642326c1a5 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Mon, 6 Jul 2020 23:07:50 +0100 Subject: [PATCH] Rename binary to 1p --- onep-cli/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/onep-cli/Cargo.toml b/onep-cli/Cargo.toml index d1d5e68..64745e2 100644 --- a/onep-cli/Cargo.toml +++ b/onep-cli/Cargo.toml @@ -4,6 +4,10 @@ version = "0.1.0" authors = ["Jordan D. "] edition = "2018" +[[bin]] +name = "1p" +path = "src/main.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -16,4 +20,4 @@ itertools = "0.9" colored = "1.9" thiserror = "1.0" -anyhow = "1.0" \ No newline at end of file +anyhow = "1.0" -- libgit2 1.7.2