markdown_splitter 0.1.1

Utility tool to split a Markdown file into chunks from annotations
Documentation
[[bin]]
name = "mds"
path = "src/bin.rs"

[dependencies.structopt]
version = "0.3"

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

[package]
authors = ["Romain Bouyé <romain@bouye.fr>"]
categories = ["command-line-utilities"]
description = "Utility tool to split a Markdown file into chunks from annotations"
edition = "2018"
homepage = "https://github.com/romainbou/markdown-splitter"
keywords = ["markdown"]
license = "Apache-2.0"
name = "markdown_splitter"
readme = "README.md"
repository = "https://github.com/romainbou/markdown-splitter"
version = "0.1.1"