summary refs log tree commit diff stats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-09-13 23:08:19 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-09-13 23:08:19 -0300
commit22e7a62e9529cc4a59941e8342f69d0f6ded60f9 (patch)
tree5f2301c2e270b452fef08ed116b0d351a07c972c /Cargo.lock
parent4ba9626f711805d99c447a862682b568ad6e1e70 (diff)
Mostly finish data source interactions
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 18724b0..0307d8c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
+version = 3
+
 [[package]]
 name = "aho-corasick"
 version = "0.7.15"
@@ -148,6 +150,7 @@ dependencies = [
  "assert_fs",
  "impl_trait",
  "predicates",
+ "qcell",
  "testserver",
  "url",
 ]
@@ -341,6 +344,15 @@ dependencies = [
 ]
 
 [[package]]
+name = "qcell"
+version = "0.4.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a30d13d440673c6c73ecf8af12b60a53e106517a97b06ec64b3a26bd08c8ac5c"
+dependencies = [
+ "once_cell",
+]
+
+[[package]]
 name = "quote"
 version = "1.0.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"