[package] name = "r9" version = "0.1.0" edition = "2021" #[lib] #proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] protobuf = "2.9.0" serde = "*" serde_derive = "*" serde_json = "*" syn = "1.0" quote = "1.0" r9_macro = { path = "../../third_party/r9_macro" } r9_macro_derive = { path = "../../third_party/r9_macro_derive" }