summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-28 15:51:10 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-28 15:51:10 +0000
commit780d4c3e04e3884abb8250f0f86ebd28013ac592 (patch)
tree73ab6d9a669ed4532b018f8d7fd1ce7428fc7804 /subplotlib/Cargo.toml
parent0dbd69a89552874e24473330f300cc2e10012f23 (diff)
downloadsubplot-780d4c3e04e3884abb8250f0f86ebd28013ac592.tar.gz
subplotlib: Trivial datadir support
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib/Cargo.toml')
-rw-r--r--subplotlib/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index 2e6c306..e99c7e0 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -11,3 +11,5 @@ subplotlib-derive = { version="0.1", path = "../subplotlib-derive" }
lazy_static = "1"
base64 = "0.13"
state = "0.4"
+tempfile = "3.1"
+fs2 = "0.4" \ No newline at end of file