24 lines
405 B
TOML
24 lines
405 B
TOML
[build]
|
|
type = "rust"
|
|
|
|
[build.flags]
|
|
use_lto = false
|
|
|
|
[dependencies]
|
|
build = ["rust"]
|
|
runtime = [
|
|
"glibc",
|
|
"libunwind",
|
|
]
|
|
|
|
[package]
|
|
description = " Documentation generator for Argument Parsers such as Clap"
|
|
homepage = "https://github.com/spirali/cli_doc"
|
|
license = "MIT"
|
|
name = "cli_doc"
|
|
version = "0.1.2"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/spirali/cli_doc.git"
|