view examples/stresstest/Cargo.toml @ 641:2db2252aaa84 default tip master

More clippy refactoring
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 15 Jun 2024 17:48:32 +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"