summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-03-08 19:49:26 +0100
committerLaurenz <laurmaedje@gmail.com>2022-03-08 19:49:26 +0100
commitb71113d37a29bab5c7dc4b501c33ee9afbdb8213 (patch)
tree9cab01b9e7f5930651d587473dc24468a4a5eaa1 /Cargo.lock
parentd24c7030d819fd6c6e8e73663ddfe42047cca397 (diff)
Hyphenation
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 4a6d4f0e..b4fd7b72 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -241,6 +241,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
+name = "hypher"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d29349e08e99b98d0e16a0ca738d181d5c73431a9a46b78918318c4bc9b10106"
+
+[[package]]
name = "iai"
version = "0.1.1"
source = "git+https://github.com/reknih/iai#3f0f92736408ebce6545808b98e0cb2aea89b7dd"
@@ -806,6 +812,7 @@ dependencies = [
"either",
"flate2",
"fxhash",
+ "hypher",
"iai",
"image",
"kurbo",