Remove extra deps
This commit is contained in:
		
							parent
							
								
									fcbfcdff73
								
							
						
					
					
						commit
						527ae226d9
					
				
					 2 changed files with 0 additions and 13 deletions
				
			
		
							
								
								
									
										11
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										11
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -592,14 +592,12 @@ dependencies = [
 | 
				
			||||||
name = "ratatui-demo"
 | 
					name = "ratatui-demo"
 | 
				
			||||||
version = "0.1.0"
 | 
					version = "0.1.0"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "cassowary",
 | 
					 | 
				
			||||||
 "crossterm 0.29.0",
 | 
					 "crossterm 0.29.0",
 | 
				
			||||||
 "futures",
 | 
					 "futures",
 | 
				
			||||||
 "ratatui",
 | 
					 "ratatui",
 | 
				
			||||||
 "terminput",
 | 
					 "terminput",
 | 
				
			||||||
 "terminput-crossterm",
 | 
					 "terminput-crossterm",
 | 
				
			||||||
 "termion",
 | 
					 "termion",
 | 
				
			||||||
 "termios",
 | 
					 | 
				
			||||||
 "tokio",
 | 
					 "tokio",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -796,15 +794,6 @@ dependencies = [
 | 
				
			||||||
 "redox_termios",
 | 
					 "redox_termios",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "termios"
 | 
					 | 
				
			||||||
version = "0.3.3"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "libc",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "tokio"
 | 
					name = "tokio"
 | 
				
			||||||
version = "1.47.1"
 | 
					version = "1.47.1"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,12 +4,10 @@ version = "0.1.0"
 | 
				
			||||||
edition = "2024"
 | 
					edition = "2024"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
cassowary = "0.3.0"
 | 
					 | 
				
			||||||
crossterm = { version = "0.29.0", features = ["event-stream"] }
 | 
					crossterm = { version = "0.29.0", features = ["event-stream"] }
 | 
				
			||||||
futures = "0.3.31"
 | 
					futures = "0.3.31"
 | 
				
			||||||
ratatui = "0.29.0"
 | 
					ratatui = "0.29.0"
 | 
				
			||||||
terminput = "0.5.3"
 | 
					terminput = "0.5.3"
 | 
				
			||||||
terminput-crossterm = "0.3.3"
 | 
					terminput-crossterm = "0.3.3"
 | 
				
			||||||
termion = "4.0.5"
 | 
					termion = "4.0.5"
 | 
				
			||||||
termios = "0.3.3"
 | 
					 | 
				
			||||||
tokio = { version = "1.47.1", features = ["full"] }
 | 
					tokio = { version = "1.47.1", features = ["full"] }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue