diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-11 19:50:21 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-11 19:50:38 +0800 |
| commit | df77928f1a566628cd2e6a56eb419c2afdbf79b7 (patch) | |
| tree | f509b8abec9767c262396091192525f14abe56cf /Cargo.toml | |
| parent | e8e33963801b63d03a2b6d5f872348add2cecc56 (diff) | |
Remove workspace Cargo.lock and add per-example lockfiles
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 28fbf47..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,23 +0,0 @@ -[package] -name = "mingling-workspace" -version = "0.1.0" -edition = "2024" - -[workspace] -package.version = "0.1.0" -members = [ - "mingling", - "mingling_cli", - "mingling_core", - "mingling_macros", - "examples/example-basic", - "examples/example-completion", - "examples/example-general-renderer", - "examples/example-picker", -] - -resolver = "2" - -[workspace.dependencies] -serde = { version = "1", features = ["derive"] } -tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } |
