summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2022-01-30 21:33:20 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2022-01-30 22:58:00 -0500
commitef44e2cf328c75565ca110b566f0ab1b6432ff6e (patch)
treeec6a86d4e9db69a6d3652bf0624356eee6e51d0e /Cargo.lock
parentd0a0cc5e8c4b028ea5de3118985b71bd74b15be6 (diff)
tmp committuine
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index af64176f..ba3f7c2f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -247,6 +247,7 @@ dependencies = [
"float-ord",
"futures",
"futures-timer",
+ "gapbuffer",
"heim",
"indextree",
"itertools",
@@ -709,6 +710,12 @@ dependencies = [
]
[[package]]
+name = "gapbuffer"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3e929b3ff01e4accdce7f5596a044890b5052ab7418ba8ce9ce5865d26ae4417"
+
+[[package]]
name = "getrandom"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"