65 lines
1.2 KiB
TOML
65 lines
1.2 KiB
TOML
[package]
|
|
name = "element-call-book"
|
|
version = "0.0.1"
|
|
authors = [
|
|
"Ralf Zerres <ralf.zerres@mail.de>"
|
|
]
|
|
description = "The Element-Call book"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
docopt = "1.1.0"
|
|
flate2 = "1.0.13"
|
|
lazy_static = "1.4.0"
|
|
regex = "1.3.3"
|
|
serde = "1.0"
|
|
tar = "0.4.26"
|
|
walkdir = "2.3.1"
|
|
|
|
[build-dependencies]
|
|
cargo-readme = "3.2.0"
|
|
mdbook = "~0.4.12"
|
|
mdbook-mermaid = "0.8.3"
|
|
|
|
#mdbook-latex = "^0.1"
|
|
#md2tex = { git = "https://github.com/lbeckman314/md2tex.git", branch = "master" }
|
|
mdbook-latex = "0.1.3"
|
|
#mdbook-latex = { git = "https://github.com/lbeckman314/mdbook-latex.git", branch = "master" }
|
|
|
|
[output.html]
|
|
|
|
[output.linkcheck]
|
|
optional = true
|
|
|
|
[[bin]]
|
|
name = "concat_chapters"
|
|
path = "tools/src/bin/concat_chapters.rs"
|
|
|
|
[[bin]]
|
|
name = "convert_quotes"
|
|
path = "tools/src/bin/convert_quotes.rs"
|
|
|
|
[[bin]]
|
|
name = "lfp"
|
|
path = "tools/src/bin/lfp.rs"
|
|
|
|
[[bin]]
|
|
name = "link2print"
|
|
path = "tools/src/bin/link2print.rs"
|
|
|
|
[[bin]]
|
|
name = "release_listings"
|
|
path = "tools/src/bin/release_listings.rs"
|
|
|
|
[[bin]]
|
|
name = "remove_hidden_lines"
|
|
path = "tools/src/bin/remove_hidden_lines.rs"
|
|
|
|
[[bin]]
|
|
name = "remove_links"
|
|
path = "tools/src/bin/remove_links.rs"
|
|
|
|
[[bin]]
|
|
name = "remove_markup"
|
|
path = "tools/src/bin/remove_markup.rs"
|