aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-11 20:59:52 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-11 20:59:52 +0800
commita57a8389a76cdbba3b9fc79c2d521d2beb2751cb (patch)
tree961ac43714f9527646bd0a4dad29ae5cdb251a7c /res
parent2b13d75deb4ebe1adb93a91e17d2b4f8fcb1a5a6 (diff)
Add project branding and update README structure
- Add project icon and badges to README - Update crate description to "The Rust CLI Framework" - Add table of contents and improve section organization - Move guide.txt to resources directory and update version reference - Add example-completion Cargo.lock for new example - Remove unused main.rs file
Diffstat (limited to 'res')
-rw-r--r--res/guide.txt12
-rw-r--r--res/icon.pngbin0 -> 206092 bytes
2 files changed, 12 insertions, 0 deletions
diff --git a/res/guide.txt b/res/guide.txt
new file mode 100644
index 0000000..4de56b3
--- /dev/null
+++ b/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" │
+ │ │
+ └────────────────────────────────────┘
diff --git a/res/icon.png b/res/icon.png
new file mode 100644
index 0000000..4fa4f03
--- /dev/null
+++ b/res/icon.png
Binary files differ