16 lines
		
	
	
		
			288 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			288 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rs"
 | 
						|
version = "0.1.0"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
bitflags = "1.1"
 | 
						|
maplit = "1.0"
 | 
						|
serde = { version = "1.0", features = ["derive"] }
 | 
						|
serde_yaml = "0.8"
 | 
						|
xkbcommon = { version = "0.4", features = ["wayland"] }
 | 
						|
 | 
						|
[lib]
 | 
						|
name = "rs"
 | 
						|
path = "src/lib.rs"
 | 
						|
crate-type = ["staticlib", "rlib"]
 |