13 lines
263 B
TOML
13 lines
263 B
TOML
[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]
|
|
|
|
[lints]
|
|
workspace = true
|