view examples/word-analyze/Cargo.toml @ 636:fa893d39b0ae

Fix mcpe example
author kaiyohugo <41114603+KAIYOHUGO@users.noreply.github.com>
date Sun, 12 May 2024 16:30:11 +0800
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"