31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
[root]
 | 
						|
name = "curses_test2"
 | 
						|
version = "0.1.0"
 | 
						|
dependencies = [
 | 
						|
 "ncurses 5.85.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gcc"
 | 
						|
version = "0.3.45"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libc"
 | 
						|
version = "0.2.21"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ncurses"
 | 
						|
version = "5.85.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
dependencies = [
 | 
						|
 "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
 "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
						|
]
 | 
						|
 | 
						|
[metadata]
 | 
						|
"checksum gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "40899336fb50db0c78710f53e87afc54d8c7266fb76262fecc78ca1a7f09deae"
 | 
						|
"checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
 | 
						|
"checksum ncurses 5.85.0 (registry+https://github.com/rust-lang/crates.io-index)" = "21f71f0e1ae96558612b1e9d188ec4f23149a11ee4fb4b96e130523bea52d605"
 |