17 lines
433 B
TOML
17 lines
433 B
TOML
[package]
|
|
name = "docki"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
description = "cli for building and publishing documentation using asciidoctor"
|
|
license-file = "LICENSE.txt"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bytes = "1.4.0"
|
|
colored = "2.0.0"
|
|
regex = "1.7.1"
|
|
reqwest = { version = "0.11.14", features = ["blocking"] }
|
|
text_io = "0.1.12"
|
|
zip-extract = "0.1.1"
|