[package] name = "binding_powers" version = "0.1.1" authors = ["Brian Shu "] edition = "2018" description = """ A macro to create binding powers easily """ repository = "https://github.com/oberblastmeister/binding_powers" license = "MIT/Apache-2.0" [workspace] [dependencies] binding_powers_impl = { path = "./binding_powers_impl", version = "=0.0.2" }