From 10672a86b11e8dda802bb2ec3f4712e5074cf1fc Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Mon, 6 Jan 2025 23:55:15 +0800 Subject: [PATCH] feat: rename comfy table --- README.md | 2 +- __term/{confy_table => comfy_table}/Cargo.lock | 0 __term/{confy_table => comfy_table}/Cargo.toml | 0 __term/{confy_table => comfy_table}/README.md | 0 __term/{confy_table => comfy_table}/src/main.rs | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename __term/{confy_table => comfy_table}/Cargo.lock (100%) rename __term/{confy_table => comfy_table}/Cargo.toml (100%) rename __term/{confy_table => comfy_table}/README.md (100%) rename __term/{confy_table => comfy_table}/src/main.rs (100%) diff --git a/README.md b/README.md index c0301f4..775f877 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Project or files: ├── __term │   ├── bunt │   ├── colored_msg -│   ├── confy_table +│   ├── comfy_table │   ├── cursive-demo │   ├── dialoguer-demo │   ├── indicatif diff --git a/__term/confy_table/Cargo.lock b/__term/comfy_table/Cargo.lock similarity index 100% rename from __term/confy_table/Cargo.lock rename to __term/comfy_table/Cargo.lock diff --git a/__term/confy_table/Cargo.toml b/__term/comfy_table/Cargo.toml similarity index 100% rename from __term/confy_table/Cargo.toml rename to __term/comfy_table/Cargo.toml diff --git a/__term/confy_table/README.md b/__term/comfy_table/README.md similarity index 100% rename from __term/confy_table/README.md rename to __term/comfy_table/README.md diff --git a/__term/confy_table/src/main.rs b/__term/comfy_table/src/main.rs similarity index 100% rename from __term/confy_table/src/main.rs rename to __term/comfy_table/src/main.rs