summaryrefslogtreecommitdiff
path: root/fable-cat-poc/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-06-15 19:15:48 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-06-15 19:15:52 +0100
commit36cf5c88cfe5a3141eaa784905f3a3bcc0f7f70c (patch)
tree2bcb1ca4b3bde910d5ac5bcad602535688045b47 /fable-cat-poc/Cargo.toml
parent6e610f2e840ab2f09b82bc0742037511c03819a7 (diff)
downloadfable-poc-36cf5c88cfe5a3141eaa784905f3a3bcc0f7f70c.tar.gz
Proof of concept extraction state machine
Diffstat (limited to 'fable-cat-poc/Cargo.toml')
-rw-r--r--fable-cat-poc/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/fable-cat-poc/Cargo.toml b/fable-cat-poc/Cargo.toml
new file mode 100644
index 0000000..86bc636
--- /dev/null
+++ b/fable-cat-poc/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+authors = ["Daniel Silverstone <dsilvers@digital-scurf.org>"]
+edition = "2018"
+name = "fable-cat-poc"
+version = "0.1.0"
+
+[features]
+default = []
+print_headers = []
+
+[dependencies]
+pulldown-cmark = "0.5.2"