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.
|
- [package]
- name = "logging"
- version = "0.1.0"
- authors = ["Jonathan Strong <jstrong@legis.io>"]
-
- [dependencies]
- zmq = "0.8"
- influent = "0.4"
- chrono = { version = "0.4", features = ["serde"] }
- hyper = "0.10"
- termion = "1.4.0"
- pub-sub = "2.0"
- slog = "2.0.6"
-
- windows = { path = "../windows" }
|