17 lines
		
	
	
		
			404 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			404 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "spancmp"
 | |
| version = "0.1.0"
 | |
| edition = "2021"
 | |
| description = "compare spans for Bevy"
 | |
| publish = false
 | |
| license = "MIT OR Apache-2.0"
 | |
| 
 | |
| [dependencies]
 | |
| serde_json = "1.0"
 | |
| serde = { version = "1.0", features = ["derive"] }
 | |
| clap = { version = "4.0", features = ["derive"] }
 | |
| regex = "1.5"
 | |
| termcolor = "1.1"
 | |
| bevy_utils = { path = "../../crates/bevy_utils", version = "0.9.0" }
 | |
| lazy_static = "1.4"
 | 
![github-actions[bot]](/assets/img/avatar_default.png)