mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-04 07:39:39 +00:00 
			
		
		
		
	krata: split out runtime
This commit is contained in:
		@ -4,16 +4,16 @@ version.workspace = true
 | 
			
		||||
edition = "2021"
 | 
			
		||||
resolver = "2"
 | 
			
		||||
 | 
			
		||||
[lib]
 | 
			
		||||
path = "src/lib.rs"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
thiserror = { workspace = true }
 | 
			
		||||
libc = { workspace = true }
 | 
			
		||||
log = { workspace = true }
 | 
			
		||||
tokio = { workspace = true }
 | 
			
		||||
async-trait = { workspace = true }
 | 
			
		||||
byteorder = { workspace = true }
 | 
			
		||||
libc = { workspace = true }
 | 
			
		||||
log = { workspace = true }
 | 
			
		||||
thiserror = { workspace = true }
 | 
			
		||||
tokio = { workspace = true }
 | 
			
		||||
 | 
			
		||||
[lib]
 | 
			
		||||
name = "xenstore"
 | 
			
		||||
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
env_logger = { workspace = true }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user