You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
375B

  1. [package]
  2. name = "data-pipelines"
  3. version = "0.1.0"
  4. authors = ["Jonathan Strong <jonathan.strong@gmail.com>"]
  5. edition = "2018"
  6. [[bin]]
  7. name = "baseline-csv"
  8. path = "src/csv.rs"
  9. [dependencies]
  10. csv = "1.1"
  11. structopt = "0.3"
  12. serde = { version = "1", features = ["derive"] }
  13. markets = { version = "0.2.1", registry = "jstrong-dev" }
  14. slog = "2"
  15. slog-async = "2"
  16. slog-term = "2"