psdn-tacsvs/Cargo.toml

14 lines
227 B
TOML
Raw Normal View History

2019-12-22 16:55:38 +00:00
[package]
name = "rdcsv"
version = "0.1.0"
authors = ["Erik Zscheile <erik.zscheile@gmail.com>"]
edition = "2018"
[dependencies]
csv = "1.1"
2019-12-22 21:18:45 +00:00
chrono = "0.4"
2019-12-22 16:55:38 +00:00
encoding = "0.2"
2019-12-22 21:18:45 +00:00
fixed = "0.5"
2019-12-22 16:55:38 +00:00
readfilez = "0.2"
2019-12-22 21:18:45 +00:00
string_cache = "0.8"