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.

Cargo.toml 445B

7 years ago
123456789101112131415161718192021222324
  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. sloggers = "0.2"
  14. slog-term = "2"
  15. shuteye = "^0"
  16. # chashmap = "2"
  17. windows = { path = "../windows" }
  18. money = { path = "../money" }
  19. pubsub = { path = "../pubsub" }
  20. [features]
  21. no-thrash = []