graphy_module 0.3.0

A library for building plugin-based applications.
[build-dependencies]

serde_codegen = "0.7"

syntex = "0.32"



[dependencies]

graphy_error = "0.2"

serde = "0.7"

serde_json = "0.7"



[package]

authors = ["Tyler Wolf Leonhardt <tyler.wolf.leonhardt@gmail.com>"]

build = "build.rs"

description = "A library for building plugin-based applications."

exclude = [

    ".gitignore",

    "build.proj",

    "test/**"

]

license = "MIT"

name = "graphy_module"

version = "0.3.0"