rename to mmtui

This commit is contained in:
Lutsai Aleksandr 2024-12-31 22:10:27 +03:00
parent 71760bd6ed
commit f6d4beea61
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -867,7 +867,7 @@ dependencies = [
]
[[package]]
name = "mmt"
name = "mmtui"
version = "0.1.0"
dependencies = [
"crossterm",

View file

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