diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1191,6 +1191,7 @@ dependencies = [ "unicode-xid", "unscanny", "usvg", + "xmp-writer", ] [[package]] @@ -1566,6 +1567,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" [[package]] +name = "xmp-writer" +version = "0.1.0" +source = "git+https://github.com/typst/xmp-writer#a4a36967cd73c9c19548e940bbcc55583a901417" + +[[package]] name = "yaml-front-matter" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
