Cargo.lock 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. [root]
  2. name = "rusttray"
  3. version = "0.1.0"
  4. dependencies = [
  5. "chan 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "chan-signal 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "xcb 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
  9. ]
  10. [[package]]
  11. name = "bit-set"
  12. version = "0.2.0"
  13. source = "registry+https://github.com/rust-lang/crates.io-index"
  14. dependencies = [
  15. "bit-vec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  16. ]
  17. [[package]]
  18. name = "bit-vec"
  19. version = "0.4.3"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. [[package]]
  22. name = "chan"
  23. version = "0.1.18"
  24. source = "registry+https://github.com/rust-lang/crates.io-index"
  25. dependencies = [
  26. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  27. ]
  28. [[package]]
  29. name = "chan-signal"
  30. version = "0.1.6"
  31. source = "registry+https://github.com/rust-lang/crates.io-index"
  32. dependencies = [
  33. "bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  34. "chan 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  35. "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
  36. "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
  37. ]
  38. [[package]]
  39. name = "getopts"
  40. version = "0.2.14"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. [[package]]
  43. name = "lazy_static"
  44. version = "0.1.16"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. [[package]]
  47. name = "libc"
  48. version = "0.2.15"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. [[package]]
  51. name = "log"
  52. version = "0.3.6"
  53. source = "registry+https://github.com/rust-lang/crates.io-index"
  54. [[package]]
  55. name = "rand"
  56. version = "0.3.14"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. dependencies = [
  59. "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
  60. ]
  61. [[package]]
  62. name = "xcb"
  63. version = "0.7.5"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. dependencies = [
  66. "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
  67. "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  68. ]