diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-07-27 00:09:15 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-07-27 00:09:15 +0200 |
| commit | 9362c279de362eac1b7ec76834dd76a0235c5dd2 (patch) | |
| tree | fdcec0de57deac0f94c2b4521ff09e94b1c785ee /Cargo.toml | |
| parent | fc574b39454aec77cf2c33270566225917c7c823 (diff) | |
CSV reading
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ usvg = { version = "0.22", default-features = false } # External implementation of user-facing features syntect = { version = "5", default-features = false, features = ["default-syntaxes", "regex-fancy"] } rex = { git = "https://github.com/laurmaedje/ReX" } +csv = "1" # PDF export miniz_oxide = "0.5" |
