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

View File

@@ -1,5 +1,5 @@
[package]
name = "diskonaut"
name = "diskonaut-ng"
description = "Terminal disk space visual navigator"
version = "0.13.0"
authors = ["Aram Drevekenin <aram@poor.dev>", "Gregory Shuflin <greg@everydayimshuflin.com>"]