view examples/stresstest/Cargo.toml @ 628:d9ddb06a1d1e

Removed getrandom dep
author NumberFour8 <lukas.pohanka@inina.net>
date Tue, 05 Sep 2023 13:30: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"