view examples/word-analyze/Cargo.toml @ 559:aef949a87fc2

cargo fmt
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 30 Jun 2022 21:22:29 -0700
parents 4346e63d9f99
children 7f086f39fb22
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 = "0.3"
integer-encoding = "1"