2025-07-21 20:47:33 -07:00
|
|
|
[package]
|
|
|
|
|
name = "mdbook-driver"
|
|
|
|
|
version = "0.5.0-alpha.1"
|
|
|
|
|
description = "High-level library for running mdBook"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 21:05:27 -07:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
mdbook-core.workspace = true
|
|
|
|
|
mdbook-preprocessor.workspace = true
|
2025-07-21 21:12:43 -07:00
|
|
|
mdbook-renderer.workspace = true
|
2025-07-21 21:05:27 -07:00
|
|
|
regex.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
shlex.workspace = true
|
2025-07-21 21:12:43 -07:00
|
|
|
toml.workspace = true
|
2025-07-21 20:47:33 -07:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|