kv/Cargo.toml
2021-03-15 18:08:34 +01:00

12 lines
287 B
TOML

[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]
itertools = "0.10.0"
svg_fmt = { path = "../rust_debug/svg_fmt" }