chore: rename bin (#33)

This commit is contained in:
Pig Fang 2023-08-08 18:38:17 +08:00 committed by GitHub
parent e123137823
commit f9836f2f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,3 +23,7 @@ tokio = { version = "^1", features = [ "parking_lot" ] }
tracing = "^0"
tracing-appender = "^0"
tracing-subscriber = "^0"
[[bin]]
name = "yazi"
path = "src/main.rs"