[package]
edition = "2024"
rust-version = "1.85"
name = "opi"
version = "0.0.1"
build = false
exclude = [
"plan/**",
"konzept.txt",
"docs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operations Interface — a project control center for your terminal"
documentation = "https://docs.rs/opi"
readme = "README.md"
keywords = [
"cli",
"package-json",
"scripts",
"task-runner",
"terminal",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/casoon/opi"
[[bin]]
name = "opi"
path = "src/main.rs"
[dependencies.runemark]
version = "0.3"