Arnavion / k8s-openapi

Rust definitions of the resource types in the Kubernetes client API
Apache License 2.0
379 stars 41 forks source link

Added mention of `http` crate dependency in documentation #92

Closed jbg closed 3 years ago

Arnavion commented 3 years ago

Thanks, though it's a bit unfortunate. Ideally it would use k8s_openapi::http since that's one of the reasons for all the re-exports, but that's a much bigger change.

Arnavion commented 3 years ago

Actually, serde is a required dep too. Given that url, percent_encoding, etc are already handled correctly (example), I'd rather fix http and serde to match rather than this docs change. Do you want to make that change? Working on the fix here.