[package]
edition = "2021"
name = "mk-rs"
version = "0.2.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mk-rust CLI: Plan 9 mk compatible command-line tool"
documentation = "https://docs.rs/mk-rs"
readme = false
keywords = [
"mk",
"make",
"build",
"plan9",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/e4779/mk-rs"
[package.metadata.docs.rs]
all-features = true
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/mk-{ version }-{ target }{ archive-suffix }"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"
[features]
default = []
duckscript = ["mk-rs-shell/duckscript"]
[[bin]]
name = "mk"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.mk-rs-core]
version = "0.2.2"
[dependencies.mk-rs-shell]
version = "0.2.2"