From 15028700581ee15d60e0fdbc28aa8ace539ad293 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 1 Apr 2026 20:36:20 +0800 Subject: Update Cargo.lock with registry source and checksums for local crates --- mingling/Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) 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", -- cgit