mirror of
https://gitlab.kit.edu/uskyk/kv.git
synced 2024-11-08 18:30:41 +00:00
12 lines
287 B
TOML
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" }
|