[package]
name = "youplot"
description = "DSV parsing and command dispatch library for youplot-rs"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
csv = "1.4.0"
thiserror = "2.0.18"
unicode-plot = { version = "0.1.0", path = "../unicode-plot" }
[lints]
workspace = true