summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-30 13:27:26 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-30 13:27:26 +0000
commitf10bb254669cdf97fb9850865a9e216a30a69f2a (patch)
tree549038b2f74bfdc4bc5f139b69748abd612db7f5 /subplotlib/Cargo.toml
parent8704ec0f4a9052ef1344692349e36c8118ea5702 (diff)
downloadsubplot-f10bb254669cdf97fb9850865a9e216a30a69f2a.tar.gz
subplotlib: Add runcmd step library
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib/Cargo.toml')
-rw-r--r--subplotlib/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index e19705a..df1c6d7 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -15,4 +15,6 @@ tempfile = "3.1"
fs2 = "0.4"
chrono = "0.4"
filetime = "0.2"
-regex = "1.4" \ No newline at end of file
+regex = "1.4"
+shell-words = "1.0"
+unescape = "0.1" \ No newline at end of file