[package] name = "github-openapi" version = "0.1.1" license = "MIT" authors = ["Greg \"GothAck\" Miell "] description = "Github OpenAPI Structs" documentation = "https://docs.rs/github-openapi/0.1.1/github-openapi" homepage = "https://github.com/GothAck/rust-github-openapi" repository = "https://github.com/GothAck/rust-github-openapi" readme = "README.md" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1", features = ["derive"] }