[package] name = "atelier_openapi" description = "Rust native OpenAPI format for the AWS Smithy IDL." version = "0.1.0" authors = ["Simon Johnston "] edition = "2018" documentation = "https://docs.rs/atelier_openapi/" repository = "https://github.com/johnstonskj/rust-atelier.git" license = "MIT" readme = "README.md" publish = true [dependencies] atelier_core = { version = "0.1.0", path = "../atelier-core" }