view examples/word-analyze/Cargo.toml @ 634:0b2bc7b8634b

chore: Add gitignore
author Darius <darius.clark@proton.me>
date Wed, 03 Apr 2024 00:38:29 -0400
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"