From b60d433508667f97ec5f08e0b2e7b6ec03062f7a Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Mon, 2 Oct 2023 13:33:50 -0400 Subject: [PATCH] Rename project to dredge-tool The name "dredge" alreay exists on crates.io, but "dredge-tool" does not. The name "dredge-tool" is more clear that this is a binary tool anyway. --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75931f3..73dd849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "dredge" +name = "dredge-tool" version = "0.2.0" edition = "2021" authors = ["Anthony Oteri"] @@ -18,6 +18,11 @@ categories = [ "api-bindings", ] + +[[bin]] +path = "src/main.rs" +name = "dredge" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]