summaryrefslogtreecommitdiff
path: root/library/Cargo.toml
diff options
context:
space:
mode:
authorP-Andersson <pierre.andersson01@gmail.com>2023-04-01 14:33:42 +0200
committerGitHub <noreply@github.com>2023-04-01 14:33:42 +0200
commit387bcc3879dbcfac17b215acd9a6b29fe400a016 (patch)
treef40fb672d8f67bf55a68626c4c4f6f9ab247516c /library/Cargo.toml
parent9e69a7b161191992f336c09ec711a1e1c9768633 (diff)
add support for loading data from yaml files (#447)
Diffstat (limited to 'library/Cargo.toml')
-rw-r--r--library/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml
index a7f1f418..d1fe4267 100644
--- a/library/Cargo.toml
+++ b/library/Cargo.toml
@@ -23,6 +23,7 @@ once_cell = "1"
roxmltree = "0.14"
rustybuzz = "0.5"
serde_json = "1"
+serde_yaml = "0.8"
smallvec = "1.10"
syntect = { version = "5", default-features = false, features = ["default-syntaxes", "regex-fancy"] }
ttf-parser = "0.18.1"