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.

Cargo.toml 463B

123456789101112131415161718192021
  1. [package]
  2. name = "mtxspooler"
  3. version = "0.1.0"
  4. authors = []
  5. edition = "2018"
  6. [dependencies]
  7. argh = "*"
  8. futures = { version = "0.3.15", features = ["compat"] }
  9. hex = "*"
  10. hyper = "0.13.2"
  11. hyper-tls = "0.4.1"
  12. inotify = "0.3.0"
  13. rand = "0.7.3"
  14. matrix-sdk = { version = "0.3", features = ["markdown"] }
  15. serde = { version = "1", features = ["derive"] }
  16. sha2 = "0.9"
  17. tokio = { version = "1.8", features = ["full"] }
  18. tokio-inotify = "0.4.1"
  19. toml = "0.5.6"
  20. url = "2.1.1"