1[package] 2name = "ci" 3edition = "2024" 4description = "Tool that enables running CI checks locally." 5publish = false 6license = "MIT OR Apache-2.0" 7 8[dependencies] 9argh = "0.1" 10xshell = "0.2" 11 12[lints] 13workspace = true 14 15