aboutsummaryrefslogtreecommitdiff
path: root/fpm.toml
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-11-22 16:13:01 +0000
committerLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-11-23 10:07:56 +0000
commitbfd9b06249814ad7c4bc47c0f065d6337f87076c (patch)
tree1b1a857fa0017397b7432f7e2860baf315aeb590 /fpm.toml
parent995fb2e834e4e555e8b6bc32eadb57983ef5b298 (diff)
downloadfpm-bfd9b06249814ad7c4bc47c0f065d6337f87076c.tar.gz
fpm-bfd9b06249814ad7c4bc47c0f065d6337f87076c.zip
Add: backend_output to manage pretty printing of build progress
Diffstat (limited to 'fpm.toml')
-rw-r--r--fpm.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/fpm.toml b/fpm.toml
index 7289c82..f3a297c 100644
--- a/fpm.toml
+++ b/fpm.toml
@@ -14,6 +14,11 @@ rev = "2f5eaba864ff630ba0c3791126a3f811b6e437f3"
git = "https://github.com/urbanjost/M_CLI2.git"
rev = "ea6bbffc1c2fb0885e994d37ccf0029c99b19f24"
+[dependencies.M_attr]
+git = "https://github.com/urbanjost/M_attr.git"
+rev = "608b9d3b40be9ff2590c23d2089781fd4da76344"
+
+
[[test]]
name = "cli-test"
source-dir = "test/cli_test"