This is a very simplistic utility to compare the output of different versions of mdbook. This is useful when making changes to compare real-world books to see what changes actually happen. This is a variation of scripts that I have been using for a few years. This could definitely use some improvements, but this seems like it could be useful as-is.
12 lines
200 B
TOML
12 lines
200 B
TOML
[package]
|
|
name = "mdbook-compare"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|