blatherskite

a toy discord-like chat app backend written for a swe class
Log | Files | Refs | README

diesel.toml (187B)


      1 # For documentation on how to configure this file,
      2 # see https://diesel.rs/guides/configuring-diesel-cli
      3 
      4 [print_schema]
      5 file = "src/schema.rs"
      6 
      7 [migrations_directory]
      8 dir = "migrations"