This moves Result and Error to mdbook-core with the anticipation of using them in user crates. For now, the internal APIs will be using anyhow directly, but the intent is to transition more of these to mdbook-core where it makes sense.
14 lines
315 B
TOML
14 lines
315 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
|
|
|
|
[lints]
|
|
workspace = true
|