kv/Cargo.toml

11 lines
242 B
TOML
Raw Normal View History

2021-03-13 10:11:40 +00:00
[package]
name = "kv"
version = "0.0.1"
authors = ["Arne Keller <arne.keller@posteo.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-03-13 10:43:24 +00:00
itertools = "0.10.0"