aboutsummaryrefslogtreecommitdiff
path: root/docs/res/guide.txt
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-14 16:01:52 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-14 16:01:52 +0800
commit6e034378e1e8b5e86e498a68f647ee9973462d6d (patch)
tree981c4176e7c27a85369adaacec1efa188d66567a /docs/res/guide.txt
parent48a3fa1c27d2b9722f60dfaf062a0c71075a74f3 (diff)
Move resource files to docs directory
Diffstat (limited to 'docs/res/guide.txt')
-rw-r--r--docs/res/guide.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/res/guide.txt b/docs/res/guide.txt
new file mode 100644
index 0000000..4de56b3
--- /dev/null
+++ b/docs/res/guide.txt
@@ -0,0 +1,12 @@
+ ┌────────────────────────────────────┐
+ │ Mingling │
+ │ The Rust CLI Framework │
+ │ │
+ │ USE: │
+ │ Run command in your project │
+ │ > cargo add mingling │
+ │ │
+ │ Or add this to your Cargo.toml │
+ │ > mingling = "0.1.5" │
+ │ │
+ └────────────────────────────────────┘