The backend for PuffPastry, a DAO platform.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

2 месяцев назад
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"