From 67e949309771019e86ab5c83691edc7afff7e6be Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 22 Apr 2026 16:49:28 +0800 Subject: Add workspace configuration and update dependencies --- docs/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 8c7b8d3..6dd9667 100644 --- a/docs/README.md +++ b/docs/README.md @@ -48,6 +48,18 @@ ## Quick Start +> To use a release version of `Mingling`, get the latest version from [`crates.io`](https://crates.io/crates/mingling) +> +> To use the latest version, pull the project from the `main` branch on `github` + +```toml +# From crates.io +mingling = "0.1.6" + +# From GitHub +mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" } +``` + The example below shows how to use `Mingling` to create a simple command-line program: ```rust -- cgit