summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-10 11:17:23 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-21 08:39:33 +0000
commit76b7d4eeb8c767186084d4fb51ff848ae89c7df1 (patch)
tree12729631a94cb828faf97c232e7dcc4f0d59db86 /subplotlib/Cargo.toml
parent2e841608a19fe781220863d1fcca6c4868ca4812 (diff)
downloadsubplot-76b7d4eeb8c767186084d4fb51ff848ae89c7df1.tar.gz
subplotlib: use state for context
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib/Cargo.toml')
-rw-r--r--subplotlib/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
index abea4c7..5ca2616 100644
--- a/subplotlib/Cargo.toml
+++ b/subplotlib/Cargo.toml
@@ -10,3 +10,4 @@ fehler = "1"
subplotlib-derive = { version="0.1", path = "../subplotlib-derive" }
lazy_static = "1"
base64 = "0.13"
+state = "0.4" \ No newline at end of file