diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-10 18:28:52 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-10 18:28:52 +0800 |
| commit | a79c750e9a74558a18f588f155a9da72cf6d639d (patch) | |
| tree | b1a4c122d95906aacaa68bec1c98bac4c60788ca /mingling/src | |
| parent | 4f98db03525cf072e2170a40cad9b509c6a8bd8e (diff) | |
Update repository URLs to mingling-rs organization
Diffstat (limited to 'mingling/src')
| -rw-r--r-- | mingling/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index db9b063..7b96d34 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -1,7 +1,7 @@ //! Mingling //! //! # Intro -//! [`Mingling`](https://github.com/catilgrass/mingling) is a **proc-macro and type system-based** Rust CLI framework, suitable for developing complex command-line programs with numerous subcommands. +//! [`Mingling`](https://github.com/mingling-rs/mingling) is a **proc-macro and type system-based** Rust CLI framework, suitable for developing complex command-line programs with numerous subcommands. //! //! # Use //! Here is a basic project written using **Mingling**: |
