14 lines
		
	
	
		
			No EOL
		
	
	
		
			300 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			300 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "ldbtesttool"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2024"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
rmp-serde = "1.1.2"
 | 
						|
futures = "0.3.30"
 | 
						|
async-nats = "0.38.0"
 | 
						|
tokio = { version = "1.0", features = ["full"] }
 | 
						|
serde = { version = "1.0", features = ["derive"] }
 | 
						|
lyphedb = { path = "../" }
 | 
						|
toml = "0.8.20"
 | 
						|
rand = "0.9.0" |