Monotone Arbeit nervt!
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.

31 lines
593 B

1 year ago
  1. [package]
  2. name = "pluriton"
  3. version = "1.0.0"
  4. authors = ["CorsaroNero"]
  5. edition = "2018"
  6. [features]
  7. default = [ "diesel/mysql" ]
  8. [dependencies]
  9. actix-rt = "2.2.0"
  10. actix-web = "3.3.2"
  11. actix-files = "0.5.0"
  12. actix-session = "0.4"
  13. diesel = { version = "1.4", features = ["r2d2", "chrono"] }
  14. diesel_migrations = "1.4"
  15. url = "2.2"
  16. toml = "0.5"
  17. lazy_static = "1.4"
  18. serde = "1.0"
  19. serde_json = "1.0"
  20. serde_derive = "1.0"
  21. chrono = { version = "0.4", features = ["serde"] }
  22. regex = "1.3"
  23. base64 = "0.13"
  24. rand = "0.8"
  25. askama = "0.10"
  26. json = "0.12"
  27. futures = "0.3"
  28. percent-encoding = "2.1"
  29. hyper = "0.9"