view examples/kvserver/Cargo.toml @ 547:c29852db909a

Update integer-encoding crate to 3.0 There will be some fix-ups to make error handling more useful.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 05 Mar 2022 12:53:45 +0100
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 = "../../" }