summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent0dbd69a89552874e24473330f300cc2e10012f23 (diff)
downloadsubplot-780d4c3e04e3884abb8250f0f86ebd28013ac592.tar.gz
subplotlib: Trivial datadir support
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 31ac6eb..c45ab66 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -222,6 +222,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
+name = "fs2"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
+dependencies = [
+ "libc",
+ "winapi",
+]
+
+[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -766,9 +776,11 @@ version = "0.1.0"
dependencies = [
"base64",
"fehler",
+ "fs2",
"lazy_static",
"state",
"subplotlib-derive",
+ "tempfile",
]
[[package]]