12 lines
		
	
	
		
			186 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 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"
 |