diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-14 16:01:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-14 16:01:52 +0800 |
| commit | 6e034378e1e8b5e86e498a68f647ee9973462d6d (patch) | |
| tree | 981c4176e7c27a85369adaacec1efa188d66567a /docs/res/guide.txt | |
| parent | 48a3fa1c27d2b9722f60dfaf062a0c71075a74f3 (diff) | |
Move resource files to docs directory
Diffstat (limited to 'docs/res/guide.txt')
| -rw-r--r-- | docs/res/guide.txt | 12 |
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" │ + │ │ + └────────────────────────────────────┘ |
