diff options
| -rw-r--r-- | mingling/Cargo.lock | 4 |
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", |
