generates docs before cargo publish

This commit is contained in:
geoffsee
2025-08-15 10:08:04 -04:00
parent 612c1d30dd
commit 99086fb4c5
4 changed files with 5 additions and 10 deletions

View File

@@ -17,12 +17,7 @@ A small, ergonomic HTTP client wrapper around hyper with optional support for cu
## Quick Start
Add this to your `Cargo.toml`:
```toml
[dependencies]
hyper-custom-cert = "0.1.0"
```
`cargo add hyper-custom-cert`
### Basic Usage (Secure Default)