mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-03 23:29:39 +00:00 
			
		
		
		
	network: inter-container networking support
This commit is contained in:
		@ -18,10 +18,14 @@ udp-stream = { workspace = true }
 | 
			
		||||
smoltcp = { workspace = true }
 | 
			
		||||
etherparse = { workspace = true }
 | 
			
		||||
async-trait = { workspace = true }
 | 
			
		||||
uuid = { workspace = true }
 | 
			
		||||
 | 
			
		||||
[dependencies.advmac]
 | 
			
		||||
path = "../libs/advmac"
 | 
			
		||||
 | 
			
		||||
[dependencies.xenstore]
 | 
			
		||||
path = "../libs/xen/xenstore"
 | 
			
		||||
 | 
			
		||||
[lib]
 | 
			
		||||
path = "src/lib.rs"
 | 
			
		||||
 | 
			
		||||
@ -32,3 +36,7 @@ path = "bin/network.rs"
 | 
			
		||||
[[example]]
 | 
			
		||||
name = "ping"
 | 
			
		||||
path = "examples/ping.rs"
 | 
			
		||||
 | 
			
		||||
[[example]]
 | 
			
		||||
name = "autonet"
 | 
			
		||||
path = "examples/autonet.rs"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user