Merge pull request #81 from cakebaker/lscpu_fix_bin_name
lscpu: fix bin name in `Cargo.toml`
This commit is contained in:
		@@ -7,7 +7,7 @@ edition = "2021"
 | 
				
			|||||||
path = "src/lscpu.rs"
 | 
					path = "src/lscpu.rs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[bin]]
 | 
					[[bin]]
 | 
				
			||||||
name = "mountpoint"
 | 
					name = "lscpu"
 | 
				
			||||||
path = "src/main.rs"
 | 
					path = "src/main.rs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user