diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-16 22:23:57 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-16 22:23:57 +0200 |
| commit | c5b3f8ee98203191d83d3cfca39bb0f35ee6efc2 (patch) | |
| tree | d41733b9f532a1b4ad0089761315ef69ba413e82 /Cargo.lock | |
| parent | 2db4b603db7684db7105d7ed627883b5cef6d497 (diff) | |
Switch to `unscanny`
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |
