All checks were successful
		
		
	
	Run Check Script / check (pull_request) Successful in 1m15s
				
			This includes Id, IpAddress, Url and some other heavily used types
		
			
				
	
	
		
			16 lines
		
	
	
		
			390 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			390 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "example-application-monitoring-with-tenant"
 | 
						|
edition = "2024"
 | 
						|
version.workspace = true
 | 
						|
readme.workspace = true
 | 
						|
license.workspace = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
env_logger.workspace = true
 | 
						|
harmony = { path = "../../harmony" }
 | 
						|
harmony_cli = { path = "../../harmony_cli" }
 | 
						|
harmony_types = { path = "../../harmony_types" }
 | 
						|
logging = "0.1.0"
 | 
						|
tokio.workspace = true
 | 
						|
url.workspace = true
 |