You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
390 B

  1. [package]
  2. name = "autoname_workspaces"
  3. version = "0.1.0"
  4. authors = ["Julian Ospald <hasufell@posteo.de>"]
  5. edition = "2018"
  6. license-file = "LICENSE"
  7. [dependencies]
  8. clap = "2.33.0"
  9. counter = "0.4.3"
  10. error-chain = "0.12.1"
  11. lazy_static = "1.4"
  12. log = "0.4"
  13. regex = "1"
  14. signal-hook = "0.1.13"
  15. simple_logger = "1.5.0"
  16. xcb = "0.9.0"
  17. [dependencies.i3ipc]
  18. version = "0.10.1"
  19. features = ["i3-4-14"]