markdown-extract 0.1.0-alpha

Extract sections of a markdown file.
Documentation
[[bin]]
name = "markdown-extract"
path = "src/bin/markdown_extract.rs"
[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.3"

[dependencies.structopt]
version = "0.3"

[lib]
name = "markdown_extract"
path = "src/lib.rs"

[package]
authors = ["Sean Bailey <hello@seanbailey.dev>"]
description = "Extract sections of a markdown file."
edition = "2018"
exclude = [".github/*"]
keywords = ["markdown", "extract"]
license = "MIT"
name = "markdown-extract"
repository = "https://github.com/sean0x42/markdown-extract"
version = "0.1.0-alpha"