mirror of
				https://codeberg.org/waydeer/layer-shika.git
				synced 2025-11-04 07:24:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			489 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			489 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "layer-shika"
 | 
						|
version.workspace = true
 | 
						|
edition.workspace = true
 | 
						|
license.workspace = true
 | 
						|
repository.workspace = true
 | 
						|
rust-version.workspace = true
 | 
						|
keywords.workspace = true
 | 
						|
categories.workspace = true
 | 
						|
description = "A layer shell library crate with Slint UI"
 | 
						|
readme = "../README.md"
 | 
						|
 | 
						|
[lints]
 | 
						|
workspace = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
layer-shika-adapters.workspace = true
 | 
						|
layer-shika-domain.workspace = true
 | 
						|
log.workspace = true
 | 
						|
spin_on.workspace = true
 | 
						|
thiserror.workspace = true
 |