mirror of
https://forge.dns-witch.net/dns-witch/nomilo.git
synced 2026-05-10 18:39:08 +02:00
6 lines
228 B
TOML
6 lines
228 B
TOML
# For documentation on how to configure this file,
|
|
# see diesel.rs/guides/configuring-diesel-cli
|
|
|
|
[print_schema]
|
|
file = "src/schema.rs"
|
|
import_types = ["diesel::sql_types::*", "crate::models::user::*", "crate::models::auth::*"]
|