view examples/kvserver/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 c819897ec8fc
children
line wrap: on
line source

[package]
name = "kvserver"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"

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

[dependencies]
canteen = "0.5"
rusty-leveldb = { path = "../../" }