mirror of
https://github.com/bevyengine/bevy
synced 2024-11-27 15:10:19 +00:00
13 lines
216 B
TOML
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
|