forked from libre-chip/cpu
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			462 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			462 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
# SPDX-License-Identifier: LGPL-3.0-or-later
 | 
						|
# See Notices.txt for copyright information
 | 
						|
[workspace]
 | 
						|
resolver = "2"
 | 
						|
members = ["crates/*"]
 | 
						|
 | 
						|
[workspace.package]
 | 
						|
version = "0.1.0"
 | 
						|
license = "LGPL-3.0-or-later"
 | 
						|
edition = "2024"
 | 
						|
repository = ""
 | 
						|
keywords = []
 | 
						|
categories = []
 | 
						|
rust-version = "1.89.0"
 | 
						|
 | 
						|
[workspace.dependencies]
 | 
						|
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }
 | 
						|
 | 
						|
[profile.dev]
 | 
						|
opt-level = 1
 |