18 lines
		
	
	
		
			423 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			423 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "mdns"
 | 
						|
edition = "2024"
 | 
						|
version.workspace = true
 | 
						|
readme.workspace = true
 | 
						|
license.workspace = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
mdns-sd = "0.14"
 | 
						|
tokio = { version = "1", features = ["full"] }
 | 
						|
futures = "0.3"
 | 
						|
dmidecode = "0.2" # For getting the motherboard ID on the agent
 | 
						|
log.workspace=true
 | 
						|
env_logger.workspace=true
 | 
						|
clap = { version = "4.5.46", features = ["derive"] }
 | 
						|
get_if_addrs = "0.5.3"
 | 
						|
local-ip-address = "0.6.5"
 |