aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-24 00:15:40 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-24 00:15:40 +0800
commite15f7d2d72f44009a9443a1660a8956d9330718d (patch)
tree6bfaa71997eeae0e592ac3d7aa358bb485ae102a /Cargo.toml
parenta850833b3292f97e1cad238e21618f1270d50e07 (diff)
feat: add `might_be_async` dependency and update lockfiles
Introduce `might_be_async` as a workspace dependency, add it to `mingling_core`, and regenerate all Cargo.lock files accordingly. Multiple examples and test packages also pick up a newly transitive `equivalent` crate.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 558a4b8..0b3f18d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,6 +43,8 @@ arg-picker-macros = { path = "arg_picker_macros", default-features = false }
just_fmt = "0.2.0"
just_template = "0.2.0"
+might_be_async = "0.1.0"
+
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
serde_yaml = "0.9.34"