mirror of
https://github.com/SL-RU/mmtui.git
synced 2025-03-04 00:14:45 +01:00
rename to mmtui
This commit is contained in:
parent
71760bd6ed
commit
f6d4beea61
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -867,7 +867,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "mmt"
|
||||
name = "mmtui"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"crossterm",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
[package]
|
||||
name = "mmt"
|
||||
name = "mmtui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Lutsai Aleksandr <s.lyra@ya.ru>"]
|
||||
description = "Terminal User Interface disk mount manager for TUI file managers"
|
||||
repository = "https://github.com/SL-RU/mmt"
|
||||
repository = "https://github.com/SL-RU/mmtui"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue