Declare lib and bin in Cargo.toml
This commit is contained in:
		
							parent
							
								
									9c1a0dae88
								
							
						
					
					
						commit
						aed79f467b
					
				| @ -15,3 +15,11 @@ cargo = "1.64" | |||||||
| tectonic = "0.5.2" | tectonic = "0.5.2" | ||||||
| pulldown-cmark = "0.5.3" | pulldown-cmark = "0.5.3" | ||||||
| clap = { version = "4.0.7", features = ["cargo"] } | clap = { version = "4.0.7", features = ["cargo"] } | ||||||
|  | 
 | ||||||
|  | [lib] | ||||||
|  | name = "md2pdf" | ||||||
|  | path = "src/lib.rs" | ||||||
|  | 
 | ||||||
|  | [[bin]] | ||||||
|  | name = "md2pdf" | ||||||
|  | path = "src/main.rs" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user