view examples/asyncdb/Cargo.toml @ 637:2e83675d5c47

Add more comment about Mojang's implementation
author kaiyohugo <41114603+KAIYOHUGO@users.noreply.github.com>
date Wed, 15 May 2024 20:09:53 +0800
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"] }