view examples/stresstest/Cargo.toml @ 571:f7eb588de00d

Experiment: provide alternative path separator tests for mem env on windows
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 08 Jul 2022 15:03:54 -0700
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"