diff options
| author | P-Andersson <pierre.andersson01@gmail.com> | 2023-04-01 14:33:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-01 14:33:42 +0200 |
| commit | 387bcc3879dbcfac17b215acd9a6b29fe400a016 (patch) | |
| tree | f40fb672d8f67bf55a68626c4c4f6f9ab247516c /library/Cargo.toml | |
| parent | 9e69a7b161191992f336c09ec711a1e1c9768633 (diff) | |
add support for loading data from yaml files (#447)
Diffstat (limited to 'library/Cargo.toml')
| -rw-r--r-- | library/Cargo.toml | 1 |
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" |
