bevy/tools/ci/Cargo.toml
François a764d44f17 update xshell to 0.2 (#4789)
# Objective

- Update xshell to 0.2 in ci tool
- Replace #4205
2022-05-30 16:21:03 +00:00

11 lines
186 B
TOML

[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"