First import

This commit is contained in:
2022-04-05 23:00:18 +02:00
commit 100c5558b4
46 changed files with 1341 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
extend = "../Makefile.toml"
[tasks.run]
clear = true
install_crate = { crate_name = "bunyan", binary = "bunyan" }
env = { "TASKRC" = "$PWD/taskrc" }
command = "bash"
args = ["-c", "cargo run | bunyan"]