aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-30 22:34:12 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-30 22:41:03 +0800
commit9bbb5eb14aa54fea87d55c25e5117c6202776359 (patch)
treebcdd68f3b41c530e4171d6a1512af0944a7a7c15 /Cargo.lock
parent738f2f18048983159c704d1143af25af55504a2b (diff)
Released Mingling 0.2.0HEAD0.2.0main
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock47
1 files changed, 44 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 16c3e69..8528c51 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -404,8 +404,8 @@ name = "mingling"
version = "0.2.0"
dependencies = [
"mingling",
- "mingling_core",
- "mingling_macros",
+ "mingling_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mingling_macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde",
"size",
"tokio",
@@ -433,7 +433,25 @@ dependencies = [
"just_fmt",
"just_template",
"log",
- "mingling_pathf",
+ "mingling_pathf 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ron",
+ "serde",
+ "serde_json",
+ "serde_yaml",
+ "toml",
+]
+
+[[package]]
+name = "mingling_core"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8574549fae598e8056016c1760d85bdb962a60228d31b3a00bcdd37a40eabfde"
+dependencies = [
+ "env_logger",
+ "just_fmt",
+ "just_template",
+ "log",
+ "mingling_pathf 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ron",
"serde",
"serde_json",
@@ -452,8 +470,31 @@ dependencies = [
]
[[package]]
+name = "mingling_macros"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "083f1190c65174044c59814ccd12dcb4620085c325fcfa4f3b364943ec2cbe07"
+dependencies = [
+ "just_fmt",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "mingling_pathf"
+version = "0.2.0"
+dependencies = [
+ "just_fmt",
+ "proc-macro2",
+ "syn",
+]
+
+[[package]]
name = "mingling_pathf"
version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6991b5b4ec98b4a9eafcf1826a09810f9168cf0ab6f3945b07c7d1a23e805da2"
dependencies = [
"just_fmt",
"proc-macro2",