mirror of
				https://github.com/NotAShelf/microfetch.git
				synced 2025-11-03 23:32:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			429 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			429 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "microfetch"
 | 
						|
version = "0.3.5"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
nix = { version = "0.29", features = ["fs", "hostname", "feature"] }
 | 
						|
color-eyre = { version = "0.6", default-features = false }
 | 
						|
 | 
						|
[profile.dev]
 | 
						|
opt-level = 3
 | 
						|
 | 
						|
[profile.release]
 | 
						|
strip = true
 | 
						|
opt-level = "z"
 | 
						|
lto = true
 | 
						|
codegen-units = 1
 | 
						|
panic = "abort"
 | 
						|
 | 
						|
[profile.profiler]
 | 
						|
inherits = "release"
 | 
						|
debug = true
 | 
						|
split-debuginfo = "unpacked"
 | 
						|
strip = "none"
 |