Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/tools/ci/Cargo.toml
6595 views
1
[package]
2
name = "ci"
3
edition = "2024"
4
description = "Tool that enables running CI checks locally."
5
publish = false
6
license = "MIT OR Apache-2.0"
7
8
[dependencies]
9
argh = "0.1"
10
xshell = "0.2"
11
12
[lints]
13
workspace = true
14
15