giterator/Cargo.toml

13 lines
287 B
TOML
Raw Normal View History

2024-03-09 23:40:36 +01:00
[package]
name = "giterator"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-27 15:43:40 +01:00
ansi_term = "0.12.1"
2024-03-09 23:40:36 +01:00
clap = { version = "4.5.2", features = ["cargo"] }
csv = "1.3.0"
serde_json = "1.0.114"