summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-04-16 22:23:57 +0200
committerLaurenz <laurmaedje@gmail.com>2022-04-16 22:23:57 +0200
commitc5b3f8ee98203191d83d3cfca39bb0f35ee6efc2 (patch)
treed41733b9f532a1b4ad0089761315ef69ba413e82 /Cargo.lock
parent2db4b603db7684db7105d7ed627883b5cef6d497 (diff)
Switch to `unscanny`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2341a52e..5a2e079e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -876,6 +876,7 @@ dependencies = [
"unicode-script",
"unicode-segmentation",
"unicode-xid",
+ "unscanny",
"usvg",
"walkdir",
"xi-unicode",
@@ -939,6 +940,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
+name = "unscanny"
+version = "0.1.0"
+source = "git+https://github.com/typst/unscanny#c943791649841388803b7ca873ce72683903fd39"
+
+[[package]]
name = "usvg"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"