view examples/word-analyze/Cargo.toml @ 625:90a85d60e34f

Re-export FileLock, RandomAccess and Logger
author NumberFour8 <lukas.pohanka@inina.net>
date Tue, 05 Sep 2023 10:59:39 +0200
parents 7f086f39fb22
children
line wrap: on
line source

[package]
name = "word-analyze"
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]
rusty-leveldb = { path = "../../" }
integer-encoding = "1"