summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-02-07 10:21:23 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-02-07 10:22:07 +0000
commit4433e8f2938878353d84439735bfa170e0ac8083 (patch)
treec8924486a978852c0f718d2f9b037ee8916e70bd /subplotlib/Cargo.toml
parent97f5adc91d1a182bc1f727b587b81ca1466d1ff9 (diff)
downloadsubplot-4433e8f2938878353d84439735bfa170e0ac8083.tar.gz
subplotlib: Add remove_dir_all dependency
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib/Cargo.toml')
-rw-r--r--subplotlib/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index df1c6d7..a9e8f85 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -17,4 +17,5 @@ chrono = "0.4"
filetime = "0.2"
regex = "1.4"
shell-words = "1.0"
-unescape = "0.1" \ No newline at end of file
+unescape = "0.1"
+remove_dir_all = "0.6"