view examples/asyncdb/Cargo.toml @ 641:2db2252aaa84 default tip master

More clippy refactoring
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 15 Jun 2024 17:48:32 +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"] }