Cargo.toml 227 B

12345678910111213
  1. [package]
  2. name = "rusttray"
  3. version = "0.1.0"
  4. authors = ["Thomas Dy <thatsmydoing@gmail.com>"]
  5. [dependencies]
  6. chan = "0.1.18"
  7. chan-signal = "0.1.6"
  8. getopts = "0.2"
  9. [dependencies.xcb]
  10. version = "0.7.5"
  11. features = [ "thread" ]