cpp 0.0.16

Write C++ code inline in your rust code!
[package]
name = "cpp"
version = "0.0.16"
authors = ["Michael Layzell <michael@thelayzells.com>"]

description = "Write C++ code inline in your rust code!"
repository = "https://github.com/mystor/rust-cpp"
readme = "README.md"
license = "MPL-2.0"
keywords = ["c", "cxx", "cpp", "ffi"]

[lib]
name = "cpp"
plugin = true

[dependencies]
uuid = "0.1"
lazy_static = "0.1"
gcc = "0.3"