summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-11-04 21:39:48 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-11-04 22:04:59 +0000
commit57b10af925c28969d5032c1a41a7e3535f9a5484 (patch)
tree188e3a598b5b259768a62138a9cd6dc7027cdf17 /Cargo.toml
parent8850eefe4ab25b57b325e560f7f07ab0e4d9f7cb (diff)
downloadsubplot-57b10af925c28969d5032c1a41a7e3535f9a5484.tar.gz
graphmarkup: Add pikchr renderer
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1b88a76..99230de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,7 @@ chrono = "0.4"
thiserror = "1"
anyhow = "1"
file_diff = "1"
+pikchr = "0.1"
[dependencies.tera]
version = "1"