summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-29 13:52:41 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-29 13:52:41 +0000
commit6af541ff22ac8a750ec7ae0ec9243b38cc72f98b (patch)
tree8b9878e1beb040f3f310731040586e136a4d5e36 /subplotlib/Cargo.toml
parentbf80bbd0887bf476f06c0982335765339c883681 (diff)
downloadsubplot-6af541ff22ac8a750ec7ae0ec9243b38cc72f98b.tar.gz
subplotlib: Add files step library, with tests
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib/Cargo.toml')
-rw-r--r--subplotlib/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index e99c7e0..e19705a 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -12,4 +12,7 @@ lazy_static = "1"
base64 = "0.13"
state = "0.4"
tempfile = "3.1"
-fs2 = "0.4" \ No newline at end of file
+fs2 = "0.4"
+chrono = "0.4"
+filetime = "0.2"
+regex = "1.4" \ No newline at end of file