Commit e312b95
committed
fix(release): restrict published package to src + manifest
The specs/ corpus (127 MB of real-world OpenAPI documents) is tracked in
git and was being bundled into the crate, pushing the tarball past
crates.io's 10 MiB upload limit (413 Payload Too Large on v0.5.0).
Add an include allowlist so only src/, Cargo.toml, README, and LICENSE
ship. Packaged size drops to ~900 KiB (188 KiB compressed).1 parent e0c17db commit e312b95
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
0 commit comments