view examples/stresstest/Cargo.toml @ 638:226ffdfb73f0

Merge pull request #46 from KAIYOHUGO/master Fix mcpe example
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 15 May 2024 19:29:56 +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"