Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user