patchable 0.1.0

Patchable structs
Documentation
[package]
name = "patchable"
description = "Patchable structs"
repository = "https://github.com/EthanYidong/patchable"
documentation = "https://github.com/EthanYidong/patchable"
homepage = "https://github.com/EthanYidong/patchable"
version = "0.1.0"
authors = ["EthanYidong <ethanyidong@gmail.com>"]
edition = "2018"
license = "MIT"

[dependencies]
patchable-core = { version = "0.1", path = "../patchable-core" }
patchable-macros = { version = "0.1", path = "../patchable-macros" }