Cargo.toml 328 B

1234567891011121314151617
  1. [package]
  2. name = "random_poster"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. matrix-sdk = "*"
  8. url = "*"
  9. anyhow="*"
  10. tokio = { version = "*", features = ["full"] }
  11. mime="*"
  12. tracing-subscriber="*"
  13. dotenv="*"
  14. rand="*"
  15. image="*"