summaryrefslogtreecommitdiff
path: root/fable-cat-poc/Cargo.toml
blob: 86bc63693ad8d69d15208e612ee20612baff3e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
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"