[[bin]]
name = "run"
path = "src/main.rs"
[dependencies.run]
version = "0.3.2"
[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
authors = ["nihilok nihilok@jarv.dev", "sebastian <s@porto5.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a.k.a. run: the bridge between human and AI tooling"
edition = "2024"
license = "MIT"
name = "runtool"
readme = "README.md"
repository = "https://github.com/nihilok/run"
resolver = "2"
version = "0.3.2"