aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests/test-repl
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-02 05:01:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-02 05:01:04 +0800
commiteb7a1a3771a071d630f634131bdd99ee16b019ea (patch)
tree80af4132f8f229b90f669cffe5fbccd83dddb4b7 /mingling_core/tests/test-repl
parent21bd511ac6e00a861bf7fe6f43023253b82a07ef (diff)
chore(examples): add source and checksum to mingling_core/macros in
Cargo.lock
Diffstat (limited to 'mingling_core/tests/test-repl')
-rw-r--r--mingling_core/tests/test-repl/Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling_core/tests/test-repl/Cargo.lock b/mingling_core/tests/test-repl/Cargo.lock
index c26e610..e15acd0 100644
--- a/mingling_core/tests/test-repl/Cargo.lock
+++ b/mingling_core/tests/test-repl/Cargo.lock
@@ -19,6 +19,8 @@ dependencies = [
[[package]]
name = "mingling_core"
version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5c6a8751b43d4fd3d61d7b37f0d7f4d5d274d9391cf80cae9bd75f218219eefe"
dependencies = [
"just_fmt",
]
@@ -26,6 +28,8 @@ dependencies = [
[[package]]
name = "mingling_macros"
version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b7cd478387797590d2afb4122078649c3e4f9da7f29dbf37817763fecf04958f"
dependencies = [
"just_fmt",
"proc-macro2",