From 6e034378e1e8b5e86e498a68f647ee9973462d6d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 14 Apr 2026 16:01:52 +0800 Subject: Move resource files to docs directory --- docs/res/guide.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/res/guide.txt (limited to 'docs/res/guide.txt') 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" │ + │ │ + └────────────────────────────────────┘ -- cgit