19 lines
319 B
TOML
19 lines
319 B
TOML
[package]
|
|
name = "ci"
|
|
edition = "2021"
|
|
description = "Tool that enables running CI checks locally."
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
argh = "0.1"
|
|
xshell = "0.2"
|
|
bitflags = "2.3"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = ["-Zunstable-options"]
|
|
all-features = true
|