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.

23 lines
370 B

2 years ago
  1. [package]
  2. name = "pmuw-project"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. chrono = "0.4.23"
  7. colored = "2.0"
  8. crossbeam-channel = "0.5"
  9. ctrlc = "3.2"
  10. dirs = "4.0"
  11. once_cell = "1.17"
  12. rand = "0.8.5"
  13. regex = "1.7"
  14. rustyline = "10.1"
  15. rustyline-derive = "0.7"
  16. shlex = "1.1"
  17. sysinfo = "0.27"
  18. system_shutdown = "4.0.1"
  19. uname = "0.1"
  20. whoami = "1.3"
  21. webbrowser = "0.8.7"