bom-combine/Cargo.toml

18 lines
386 B
TOML
Raw Permalink Normal View History

2023-07-30 14:03:01 +02:00
[package]
name = "bom-combine"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
spreadsheet-ods = "0.12"
csv = "1.2"
clap = { version = "4.3", features = ["derive"] }
color-eyre = "0.6"
log = "0.4"
stderrlog = "0.5"
serde = { version = "1.0", features = ["derive"] }
icu_locid = "1.2"