Cargo.toml 250 B

1234567891011121314
  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. css-color-parser = "*"
  10. [dependencies.xcb]
  11. version = "0.7.5"
  12. features = [ "thread" ]