diff --git a/tools/ci/Cargo.toml b/tools/ci/Cargo.toml new file mode 100644 index 0000000000000..941bca58efc5d --- /dev/null +++ b/tools/ci/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "ci" +version = "0.1.0" +edition = "2021" +description = "CI script for Bevy" +publish = false +license = "MIT OR Apache-2.0" + +[dependencies] +xshell = "0.2" +bitflags = "1.3"