view examples/word-analyze/Cargo.toml @ 541:18b686c68c1f

Update skipmap.rs solve overflowed its stack
author sonyshang <shangsong@buaa.edu.cn>
date Thu, 02 Sep 2021 13:51:40 +0800
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"