A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
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 line
588 B

  1. [package]
  2. name = "copyvios"
  3. version = "0.1.0"
  4. authors = ["Ben Kurtovic <ben@benkurtovic.com>"]
  5. license = "MIT"
  6. edition = "2021"
  7. [dependencies]
  8. askama = { version = "0.12", features = ["with-axum"] }
  9. askama_axum = "0.3"
  10. axum = "0.6"
  11. mwapi = "0.6.0"
  12. mwapi_responses = "0.4.2"
  13. mwbot = "0.6.1"
  14. parsoid = "0.8.0"
  15. rand = "0.8.5"
  16. thiserror = "1.0.56"
  17. tokio = { version = "1.0", features = ["full"] }
  18. tower = { version = "0.4", features = ["util"] }
  19. tower-http = { version = "0.4", features = ["fs", "trace"] }
  20. tracing = "0.1"
  21. tracing-subscriber = { version = "0.3", features = ["env-filter"] }