[package] name = "data-pipelines" version = "0.1.0" authors = ["Jonathan Strong "] edition = "2018" [[bin]] name = "baseline-csv" path = "src/csv.rs" [dependencies] csv = "1.1" structopt = "0.3" serde = { version = "1", features = ["derive"] } markets = { version = "0.2.1", registry = "jstrong-dev" } slog = "2" slog-async = "2" slog-term = "2"