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

Removed getrandom dep
author NumberFour8 <lukas.pohanka@inina.net>
date Tue, 05 Sep 2023 13:30:45 +0200
parents b315ed595a1f
children
line wrap: on
line source

[package]
name = "asyncdb"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.21", features = ["rt", "macros" ] }
rusty-leveldb = { path = "../../", features = ["async"] }