add publish=false to examples
This commit is contained in:
		
							parent
							
								
									a239adb07a
								
							
						
					
					
						commit
						02bac1e173
					
				
					 4 changed files with 4 additions and 0 deletions
				
			
		|  | @ -2,6 +2,7 @@ | |||
| name = "announce" | ||||
| version = "0.1.0" | ||||
| edition = "2021" | ||||
| publish = false | ||||
| 
 | ||||
| [dependencies] | ||||
| clap = { version = "4.5.4", features = ["derive"] } | ||||
|  |  | |||
|  | @ -2,6 +2,7 @@ | |||
| name = "game_of_life" | ||||
| version = "0.1.0" | ||||
| edition = "2021" | ||||
| publish = false | ||||
| 
 | ||||
| [dependencies] | ||||
| servicepoint2 = { path = "../.." } | ||||
|  |  | |||
|  | @ -2,6 +2,7 @@ | |||
| name = "moving_line" | ||||
| version = "0.1.0" | ||||
| edition = "2021" | ||||
| publish = false | ||||
| 
 | ||||
| [dependencies] | ||||
| servicepoint2 = { path = "../.." } | ||||
|  |  | |||
|  | @ -2,6 +2,7 @@ | |||
| name = "random_brightness" | ||||
| version = "0.1.0" | ||||
| edition = "2021" | ||||
| publish = false | ||||
| 
 | ||||
| [dependencies] | ||||
| servicepoint2 = { path = "../.." } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter