summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-01 20:36:20 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-01 20:36:20 +0800
commit15028700581ee15d60e0fdbc28aa8ace539ad293 (patch)
tree01e7d27e5a476df83a5a1be2cb14eec3312e5755
parent7dbd10190e91cf57c24d95c9084517567ab556e6 (diff)
Update Cargo.lock with registry source and checksums for local crates
-rw-r--r--mingling/Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock
index 31e09e6..b3559d8 100644
--- a/mingling/Cargo.lock
+++ b/mingling/Cargo.lock
@@ -28,6 +28,8 @@ dependencies = [
[[package]]
name = "mingling_core"
version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "582a051d0598bb23b4b5103f9a3f5cf6b3b825f3b01b1612640ba88bbeb4ff07"
dependencies = [
"just_fmt",
"serde",
@@ -38,6 +40,8 @@ dependencies = [
[[package]]
name = "mingling_macros"
version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "50e324eedf81f8b4c2947d6ce96dbd763a2da0d3b182c3f9c550974407f81c19"
dependencies = [
"just_fmt",
"once_cell",