diff --git a/Cargo.lock b/Cargo.lock index 3fd86d8e..2c11e345 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1353,39 +1353,6 @@ dependencies = [ "getrandom", ] -[[package]] -name = "ranger-rs" -version = "0.1.0" -dependencies = [ - "ansi-to-tui", - "anyhow", - "async-channel", - "base64 0.21.2", - "console-subscriber", - "crossterm", - "futures", - "glob", - "image", - "indexmap 2.0.0", - "libc", - "md5", - "notify", - "once_cell", - "parking_lot", - "ratatui", - "serde", - "signal-hook-tokio", - "syntect", - "tokio", - "toml", - "tracing", - "tracing-appender", - "tracing-subscriber", - "trash", - "unicode-width", - "xdg", -] - [[package]] name = "ratatui" version = "0.21.0" @@ -2386,6 +2353,39 @@ dependencies = [ "linked-hash-map", ] +[[package]] +name = "yazi" +version = "0.1.0" +dependencies = [ + "ansi-to-tui", + "anyhow", + "async-channel", + "base64 0.21.2", + "console-subscriber", + "crossterm", + "futures", + "glob", + "image", + "indexmap 2.0.0", + "libc", + "md5", + "notify", + "once_cell", + "parking_lot", + "ratatui", + "serde", + "signal-hook-tokio", + "syntect", + "tokio", + "toml", + "tracing", + "tracing-appender", + "tracing-subscriber", + "trash", + "unicode-width", + "xdg", +] + [[package]] name = "zune-inflate" version = "0.2.54" diff --git a/Cargo.toml b/Cargo.toml index bae0fa02..ae50afcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ranger-rs" +name = "yazi" version = "0.1.0" edition = "2021"