gongbotrs/Makefile.toml
Akulij 3656c1be6d rename make gen-models task into models
now command looks better:
NOW: cargo make models
WAS: cargo make gen-models
2025-04-07 23:56:05 +09:00

5 lines
121 B
TOML

[tasks.models]
install_crate = "diesel_cli_ext"
command = "sh"
args = ["-c", "diesel_ext --model -t > src/db/models.rs"]