[package] name = "golang-type" version = "0.1.0" authors = ["vkill "] edition = "2018" description = "Golang Type" license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/golang-rs" homepage = "https://github.com/bk-rs/golang-rs" documentation = "https://docs.rs/golang-type" keywords = [] categories = [] readme = "README.md" [dependencies] golang-type-core = { version = "=0.1.0", features = ["enable-quote-to_tokens"], path = "../golang-type-core" } golang-type-macro = { version = "=0.1.0", path = "../golang-type-macro" }