chore: use new project name

This commit is contained in:
sxyazi 2023-07-11 00:25:57 +08:00
parent 774deae1ea
commit 7071177bcd
No known key found for this signature in database
2 changed files with 34 additions and 34 deletions

66
Cargo.lock generated
View File

@ -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"

View File

@ -1,5 +1,5 @@
[package]
name = "ranger-rs"
name = "yazi"
version = "0.1.0"
edition = "2021"