gongbotrs/Makefile.toml

5 lines
147 B
TOML

[tasks.models]
install_crate = "diesel_cli_ext"
command = "sh"
args = ["-c", "diesel_ext -I 'crate::db::schema::*' --model -t > src/db/models.rs"]