The backend for PuffPastry, a DAO platform.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

diesel.toml 302 B

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"