summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-15 10:21:38 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-15 10:21:38 +0300
commit93f0b8c7e9db2d7e7ae740f3e4f766aa0596ecad (patch)
tree28f827ecb33a1df1262fa6c7b65828c8106a7ab9 /Cargo.toml
downloadsubplot-93f0b8c7e9db2d7e7ae740f3e4f766aa0596ecad.tar.gz
Add: initial no-op version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..fb819c6
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "subplot"
+version = "0.1.0"
+authors = ["Lars Wirzenius <liw@liw.fi>"]
+edition = "2018"
+
+[dependencies]
+pandoc_ast = "0.7.2"
+pandoc = "0.7.0"