From 36cf5c88cfe5a3141eaa784905f3a3bcc0f7f70c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 15 Jun 2019 19:15:48 +0100 Subject: Proof of concept extraction state machine --- fable-cat-poc/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fable-cat-poc/Cargo.toml (limited to 'fable-cat-poc/Cargo.toml') 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 "] +edition = "2018" +name = "fable-cat-poc" +version = "0.1.0" + +[features] +default = [] +print_headers = [] + +[dependencies] +pulldown-cmark = "0.5.2" -- cgit v1.2.1