Commit 09df3c3
committed
docs(cpex): use the root README as the crate's crates.io page
Add a shared readme to [workspace.package] (resolved from the workspace root)
and inherit it in cpex via readme.workspace = true. cargo bundles the root
README into the published .crate, so crates.io/crates/cpex renders the project
README with no per-crate duplicate. Verified the file is in 'cargo package
--list' and the resolved readme path is ../../README.md.
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>1 parent 9f64a52 commit 09df3c3
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments