The backend for PuffPastry, a DAO platform.
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.

преди 2 месеца
123456789101112
  1. [package]
  2. name = "puffpastry-backend"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. actix-web = { version = "4", features = ["cookies"] }
  7. serde = { version = "1.0", features = ["derive"] }
  8. diesel = { version = "2.2.0", features = ["postgres", "chrono"] }
  9. dotenvy = "0.15"
  10. chrono = { version = "0.4.38", features = ["serde"] }
  11. uuid = { version = "1.10.0", features = ["v4"] }