# For documentation on how to configure this file, # see https://diesel.rs/guides/configuring-diesel-cli [print_schema] file = "src/schema.rs" #filter = { only_tables = [ "User", "UserRole" ] } # includes the "#![allow(missing_docs)]" patch_file = "src/missing_docs.patch"