blocktest 0.1.1

library for high quality syntax highlighting and code intelligence using Sublime Text's grammars
[package]
name = "blocktest"
version = "0.1.1"
authors = ["Joseph Kato <joseph@jdkato.io>"]
description = "library for high quality syntax highlighting and code intelligence using Sublime Text's grammars"
repository = "https://github.com/jdkato/blocktest"
keywords = ["documentation", "ci"]
categories = ["command-line-utilities"]
readme = "README.md"
license = "MIT"
exclude = [
    "examples/*",
    "tests/*"
]

[dependencies]
clap = "2.30.0"
walkdir = "2.1.4"
regex = "0.2.6"
pad = "0.1.4"