webwire-cli 0.1.1

Contract-First API System - Command Line Interface
Documentation
[[bin]]
name = "webwire"
path = "src/main.rs"
[dependencies.clap]
version = "2.33"

[dependencies.nom]
version = "6.0"

[dependencies.nom_locate]
version = "3.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[package]
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
description = "Contract-First API System - Command Line Interface"
edition = "2018"
keywords = ["webwire", "contract-first", "api", "cli", "codegen"]
license = "MIT/Apache-2.0"
name = "webwire-cli"
readme = "README.md"
repository = "https://github.com/webwire/webwire-cli"
version = "0.1.1"