view examples/stresstest/Cargo.toml @ 623:2390a37c0086

Merge pull request #40 from Velnbur/master Make `AsyncDB` clonable
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 08 Sep 2023 12:49:45 +0200
parents 648cd1834556
children
line wrap: on
line source

[package]
name = "stresstest"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.5"

rusty-leveldb = { path = "../../" }
time-test = "0.2.3"