This is intended as a shared, internal library that will be used by other mdbook crates. The intention is that those crates will either directly use, or reexport items from this crate. Initially this includes MDBOOK_VERSION, which will get reexported from the preprocessor and renderer crates.
13 lines
291 B
TOML
13 lines
291 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]
|
|
|
|
[lints]
|
|
workspace = true
|