reproto-compile 0.3.19

Rethinking Protocol Generators Programmatic compilation.
Documentation
[package]
name = "reproto-compile"
version = "0.3.19"
authors = ["John-John Tedro <udoprog@tedro.se>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/reproto/reproto"
homepage = "https://github.com/reproto/reproto"
documentation = "https://docs.rs/reproto-derive"
description = """
Rethinking Protocol Generators

Programmatic compilation.
"""

[dependencies]
reproto-core = {path = "../core", version = "0.3"}
reproto-ast = {path = "../ast", version = "0.3"}
reproto-manifest = {path = "../manifest", version = "0.3"}

[lib]
path = "lib.rs"