mirror of
https://github.com/bevyengine/bevy
synced 2025-01-10 04:08:55 +00:00
14 lines
297 B
TOML
14 lines
297 B
TOML
|
[package]
|
||
|
name = "ci"
|
||
|
version = "0.1.0"
|
||
|
authors = [
|
||
|
"Bevy Contributors <bevyengine@gmail.com>",
|
||
|
"Nathan Stocks <nathan@agileperception.com>"
|
||
|
]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
xshell = "0.1"
|