view examples/asyncdb/Cargo.toml @ 583:b315ed595a1f

Make asyncdb usable
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 28 Sep 2022 10:17:14 +0200
parents
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"] }