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.
This commit is contained in:
Anthony Oteri
2023-10-02 13:33:50 -04:00
parent 0712af9d23
commit b60d433508
+6 -1
View File
@@ -1,5 +1,5 @@
[package] [package]
name = "dredge" name = "dredge-tool"
version = "0.2.0" version = "0.2.0"
edition = "2021" edition = "2021"
authors = ["Anthony Oteri"] authors = ["Anthony Oteri"]
@@ -18,6 +18,11 @@ categories = [
"api-bindings", "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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]