summaryrefslogtreecommitdiff
path: root/subplotlib/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-05 09:38:15 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-21 08:29:19 +0000
commit6f0fcb9abbdd93f93f9d00548b0484d7d91e1f59 (patch)
tree15d242e125ce217ffedda353ca024c5ff557b6b0 /subplotlib/Cargo.toml
parentb97b4b896ba98eff222d9850dc7412139b7667af (diff)
downloadsubplot-6f0fcb9abbdd93f93f9d00548b0484d7d91e1f59.tar.gz
subplotlib: Add initial subplotlib
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplotlib/Cargo.toml')
-rw-r--r--subplotlib/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml
new file mode 100644
index 0000000..abea4c7
--- /dev/null
+++ b/subplotlib/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "subplotlib"
+version = "0.1.0"
+authors = ["Daniel Silverstone <dsilvers@digital-scurf.org>"]
+edition = "2018"
+
+
+[dependencies]
+fehler = "1"
+subplotlib-derive = { version="0.1", path = "../subplotlib-derive" }
+lazy_static = "1"
+base64 = "0.13"