aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-todolist')
-rw-r--r--examples/full-todolist/Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/full-todolist/Cargo.lock b/examples/full-todolist/Cargo.lock
index 11bfa0d..f46c5ad 100644
--- a/examples/full-todolist/Cargo.lock
+++ b/examples/full-todolist/Cargo.lock
@@ -42,6 +42,8 @@ dependencies = [
[[package]]
name = "mingling_core"
version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b64318a9b61120f0deaf33c4ab9efc9313387dece2defd7841665242807634ea"
dependencies = [
"just_fmt",
"serde",
@@ -51,6 +53,8 @@ dependencies = [
[[package]]
name = "mingling_macros"
version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f29efa15f48e39fd4a06868030545b1938e5ba050929cd9a235525814bfb6367"
dependencies = [
"just_fmt",
"proc-macro2",