Cargo.toml 412 B

1234567891011121314151617181920212223
  1. [package]
  2. name = "knurling"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <samothes@infinitenegativeutility.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. cairo-rs = "0.6"
  8. pango = "0.6"
  9. pangocairo = "0.7"
  10. chrono = "*"
  11. libc = "0.2"
  12. failure = "*"
  13. toml = "0.5"
  14. xdg = "*"
  15. [dependencies.cairo-sys-rs]
  16. version = "0.8"
  17. features = ["xlib"]
  18. [dependencies.x11]
  19. version = "2.18"
  20. features = ["xlib", "xinput", "xrandr", "xinerama"]