mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-10-28 16:17:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "j"
 | |
| version = "0.1.0"
 | |
| edition = "2021"
 | |
| 
 | |
| [dependencies]
 | |
| chrono = "0.4.38"
 | |
| clap = { version = "4.5.4", features = ["derive", "env"] }
 | |
| owo-colors = "4.0.0"
 | |
| temp-file = "0.1.8"
 | |
| termsize = "0.1.9"
 | |
| inquire = "0.7.5"
 | 
