The backend for PuffPastry, a DAO platform.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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"] }