updated readme

This commit is contained in:
2023-04-28 09:23:33 +00:00
parent b5828d79c8
commit a3b8ba612c
10 changed files with 361 additions and 125 deletions

View File

@@ -1,9 +1,13 @@
# Cargo.toml
build = "build.rs"
[package]
name = "docki"
version = "1.2.0"
version = "1.1.0"
edition = "2021"
description = "cli for building and publishing documentation using asciidoctor"
license-file = "LICENSE.txt"
authors = ["Quirin Ecker"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -20,3 +24,8 @@ reqwest = { version = "0.11.14", features = ["blocking"] }
text_io = "0.1.12"
tokio = { version = "1.26.0", features = ["full"] }
zip-extract = "0.1.1"
[build-dependencies]
clap = { version = "4.1.8", features = ["derive"] }
clap_complete = "4.1.4"