[package] name = "okapi-response-mac" version = "0.1.1" edition = "2021" authors = ["Daniel Alexander Apatiga "] homepage = "https://www.pickupleague.com/" readme = "readme.md" repository = "https://github.com/morphytron/okapi-response-macro.git" description = "A macro for creating response code based on responses structs rather than typing and implementing OkapiRocketResponseInner manually." license = "MIT" [lib] name="okapi_response_mac" path = "src/lib.rs" crate-type = ["lib"] [dependencies]