summaryrefslogtreecommitdiff
path: root/fable-cat-poc/Cargo.toml
diff options
context:
space:
mode:
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"