14 lines
		
	
	
		
			359 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			359 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "rust-codebase"
 | |
| version = "0.1.0"
 | |
| edition = "2021"
 | |
| 
 | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | |
| 
 | |
| [dependencies]
 | |
| clap = "4.1.8"
 | |
| #bevy = { version = "0.9.1", features = ["dynamic"] }
 | |
| nd_array = "0.1.0"
 | |
| num-integer = "0.1.45"
 | |
| rand = { version = "0.8.5", features = ["default", "small_rng"] }
 |