view examples/stresstest/Cargo.toml @ 636:fa893d39b0ae

Fix mcpe example
author kaiyohugo <41114603+KAIYOHUGO@users.noreply.github.com>
date Sun, 12 May 2024 16:30:11 +0800
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"