summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-02-12 23:32:14 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-12 23:32:14 +0100
commit58adf1d025bd7ff149d7fd06147b0f3e069f8c7d (patch)
tree3db6151612654c3aed7d779e9203e81ac20cd345 /Cargo.lock
parentdca478182b99b43e1af697d35820a22135bc16ff (diff)
Add XMP
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 a4c224cb..d28bb206 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"