The backend for PuffPastry, a DAO platform.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

10 righe
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"