execute-command-macro-impl 0.1.3

Create `Command` instances using the `command!` macro.
Documentation
[package]
name = "execute-command-macro-impl"
version = "0.1.3"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2018"
repository = "https://github.com/magiclen/execute"
homepage = "https://magiclen.org/execute"
keywords = ["execute", "command"]
categories = ["parser-implementations"]
description = "Create `Command` instances using the `command!` macro."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml"]

[badges.travis-ci]
repository = "magiclen/execute"
branch = "master"

[lib]
proc_macro = true

[dependencies]
execute-command-tokens = { version = "0.1", path = "../execute-command-tokens" }

syn = "1"
quote = "1"