diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-22 16:49:28 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-22 16:49:28 +0800 |
| commit | 67e949309771019e86ab5c83691edc7afff7e6be (patch) | |
| tree | 3655d4f8ec09beed36497be5becc4dceac6cc44d /README.md | |
| parent | 3785202ec5b949cba5501b20729b16f4c29ea626 (diff) | |
Add workspace configuration and update dependencies
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |
