view examples/write-a-lot/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 8cff6c1489ae
children
line wrap: on
line source

[package]
name = "write-a-lot"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]

[dependencies]
rusty-leveldb = { path = "../../" }
rand = "0.3"