This repository has been archived on 2025-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
site_icons/Makefile.toml

5 lines
95 B
TOML
Raw Normal View History

2021-01-29 12:23:15 +00:00
[tasks.run]
env = { "RUST_LOG" = "site_icons" }
command = "cargo"
args = ["run", "--", "${@}"]