So I’d like to use mdbook (https://github.com/rust-lang/mdBook
) with Cloudflare Pages, however it’s not one of the pre-supported frameworks. With Netlify, I could just set it as a dependency in a Cargo.toml file, and Netlify would take care of downloading and installing the build tool.
How would I go about setting this up for Cloudflare pages?