view examples/word-analyze/Cargo.toml @ 526:79e0bbc4f604

replace libc usage with fs2, support windows
author João Oliveira <hello@jxs.pt>
date Mon, 18 May 2020 23:43:14 +0100
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"