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.

16 lines
289B

  1. [package]
  2. name = "logging"
  3. version = "0.1.0"
  4. authors = ["Jonathan Strong <jstrong@legis.io>"]
  5. [dependencies]
  6. zmq = "0.8"
  7. influent = "0.4"
  8. chrono = { version = "0.4", features = ["serde"] }
  9. hyper = "0.10"
  10. termion = "1.4.0"
  11. pub-sub = "2.0"
  12. slog = "2.0.6"
  13. windows = { path = "../windows" }