mirror of
https://github.com/rust-lang/mdBook.git
synced 2025-12-27 10:16:09 -05:00
18 lines
381 B
TOML
18 lines
381 B
TOML
[package]
|
|
name = "mdbook-preprocessor"
|
|
version = "0.5.1"
|
|
description = "Library to assist implementing an mdBook preprocessor"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
mdbook-core.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|