Initial commit
Commit
This commit is contained in:
66
Cargo.toml
Normal file
66
Cargo.toml
Normal file
@@ -0,0 +1,66 @@
|
||||
[package]
|
||||
name = "WRI IT-Konzept"
|
||||
version = "0.0.1"
|
||||
authors = [
|
||||
"Ralf Zerres <ralf.zerres@networkx.de>"
|
||||
]
|
||||
description = "Documentation des Konzepts zur IT-Infrastructure bei WERNER RI."
|
||||
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.28"
|
||||
#mdbook = { git = "https://github.com/Ruin0x11/mdbook", branch = "localization", version= "0.4.15" }
|
||||
|
||||
#mdbook-extended-markdown-table = "^0.1.0"
|
||||
#mdbook-latex = "^0.1"
|
||||
#mdbook-mermaid = "0.8.3"
|
||||
#mdbook-latex = "0.1.3"
|
||||
#mdbook-latex = { git = "https://github.com/lbeckman314/mdbook-latex.git", branch = "master" }
|
||||
#md2tex = { git = "https://github.com/lbeckman314/md2tex.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"
|
||||
Reference in New Issue
Block a user