From f6d4beea613b4e982e3169a63400def95f73769d Mon Sep 17 00:00:00 2001 From: Lutsai Aleksandr Date: Tue, 31 Dec 2024 22:10:27 +0300 Subject: [PATCH] rename to mmtui --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ae4e29..b24cd46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,7 +867,7 @@ dependencies = [ ] [[package]] -name = "mmt" +name = "mmtui" version = "0.1.0" dependencies = [ "crossterm", diff --git a/Cargo.toml b/Cargo.toml index aca86cc..b95b0ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "mmt" +name = "mmtui" version = "0.1.0" edition = "2021" authors = ["Lutsai Aleksandr "] 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]