book icon indicating copy to clipboard operation
book copied to clipboard

infra: remove mdBook preprocessors from workspace

Open chriskrycho opened this issue 1 year ago • 0 comments

These will need to be used as path dependencies in rust-lang/rust, as part of the build, because the Rust build pipeline invokes mdBook programmatically rather than via tools built directly, and we really don’t want to muck with publishing these to crates.io at present. As a result, they cannot be part of this workspace, because path dependencies do not get built as a crate within the hosting workspace.

chriskrycho avatar May 21 '24 22:05 chriskrycho