fix: example url and cargo incorrect
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Run Check Script / check (pull_request) Successful in 59s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Run Check Script / check (pull_request) Successful in 59s
				
			This commit is contained in:
		
							parent
							
								
									8e5e674124
								
							
						
					
					
						commit
						fde0cb0a0f
					
				| @ -6,7 +6,12 @@ readme.workspace = true | |||||||
| license.workspace = true | license.workspace = true | ||||||
| 
 | 
 | ||||||
| [dependencies] | [dependencies] | ||||||
| harmony = { version = "0.1.0", path = "../../harmony" } | harmony = { path = "../../harmony" } | ||||||
| harmony_cli = { version = "0.1.0", path = "../../harmony_cli" } | harmony_cli = { path = "../../harmony_cli" } | ||||||
| tokio.workspace = true | harmony_types = { path = "../../harmony_types" } | ||||||
| url.workspace = true | harmony_macros = { path = "../../harmony_macros" } | ||||||
|  | tokio = { workspace = true } | ||||||
|  | log = { workspace = true } | ||||||
|  | env_logger = { workspace = true } | ||||||
|  | url = { workspace = true } | ||||||
|  | base64.workspace = true | ||||||
|  | |||||||
| @ -7,13 +7,13 @@ use harmony::{ | |||||||
|             ApplicationScore, RustWebFramework, RustWebapp, |             ApplicationScore, RustWebFramework, RustWebapp, | ||||||
|             features::{ContinuousDelivery, Monitoring}, |             features::{ContinuousDelivery, Monitoring}, | ||||||
|         }, |         }, | ||||||
|         monitoring::alert_channel::{ |         monitoring::alert_channel::discord_alert_channel::DiscordWebhook, | ||||||
|             discord_alert_channel::DiscordWebhook, webhook_receiver::WebhookReceiver, |  | ||||||
|     }, |     }, | ||||||
|     }, |     topology::K8sAnywhereTopology, | ||||||
|     topology::{K8sAnywhereTopology, Url}, |  | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  | use harmony_types::net::Url; | ||||||
|  | 
 | ||||||
| #[tokio::main] | #[tokio::main] | ||||||
| async fn main() { | async fn main() { | ||||||
|     let application = Arc::new(RustWebapp { |     let application = Arc::new(RustWebapp { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user