bevy/tools/ci/Cargo.toml
2024-10-29 00:16:04 +01:00

13 lines
216 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"
[lints]
workspace = true