Rename crate

Rename the create to `diskonaut-ng` in order to publish it on
crates.io . If in the future it's possible for me publish to the
original `diskonaut` name on crates.io, I will return the crate to its
original name, but this is ultimately up to the original author of this
crate.
This commit is contained in:
Greg Shuflin
2025-11-26 22:14:26 -08:00
parent 0a0bc55bec
commit 431a77d784
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -334,7 +334,7 @@ dependencies = [
]
[[package]]
name = "diskonaut"
name = "diskonaut-ng"
version = "0.13.0"
dependencies = [
"anyhow",