mdbook/crates/mdbook-core/Cargo.toml
Eric Huss fc76a47d6e Finish move of utils to mdbook-core
This updates everything for the move of utils to mdbook-core. There will
be followup commits that will be moving and refactoring these utils.
This simply moves them over unchanged (except visibility).
2025-07-23 17:29:55 -07:00

21 lines
459 B
TOML

[package]
name = "mdbook-core"
version = "0.5.0-alpha.1"
description = "The base support library for mdbook, intended for internal use only"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
anyhow.workspace = true
log.workspace = true
pulldown-cmark.workspace = true
regex.workspace = true
toml.workspace = true
[dev-dependencies]
tempfile.workspace = true
[lints]
workspace = true