Cargo.lock 2.0 KB

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