The backend for PuffPastry, a DAO platform.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

10 linhas
302 B

  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"