11 lines
283 B
TOML
11 lines
283 B
TOML
[package]
|
|
name = "docki"
|
|
version = "0.1.1"
|
|
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]
|