exclude packages from tests so cargo test --all works
				
					
				
			This commit is contained in:
		
							parent
							
								
									d1db850fd4
								
							
						
					
					
						commit
						5514f60c28
					
				
					 3 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							|  | @ -629,6 +629,7 @@ name = "servicepoint_binding_cs" | |||
| version = "0.4.2" | ||||
| dependencies = [ | ||||
|  "csbindgen", | ||||
|  "servicepoint", | ||||
|  "servicepoint_binding_c", | ||||
| ] | ||||
| 
 | ||||
|  |  | |||
|  | @ -7,9 +7,11 @@ readme = "../../README.md" | |||
| 
 | ||||
| [lib] | ||||
| crate-type = ["cdylib"] | ||||
| test = false | ||||
| 
 | ||||
| [build-dependencies] | ||||
| csbindgen = "1.8.0" | ||||
| 
 | ||||
| [dependencies] | ||||
| servicepoint_binding_c = { path = "../servicepoint_binding_c" } | ||||
| servicepoint = { path = "../servicepoint" } | ||||
|  |  | |||
|  | @ -4,6 +4,9 @@ version = "0.1.0" | |||
| edition = "2021" | ||||
| publish = false | ||||
| 
 | ||||
| [lib] | ||||
| test = false | ||||
| 
 | ||||
| [build-dependencies] | ||||
| cc = "1.0" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter