The backend for PuffPastry, a DAO platform.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 2 měsíci
123456789
  1. # For documentation on how to configure this file,
  2. # see https://diesel.rs/guides/configuring-diesel-cli
  3. [print_schema]
  4. file = "src/schema.rs"
  5. custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
  6. [migrations_directory]
  7. dir = "/home/jbell/RustroverProjects/puffpastry-backend/migrations"