diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-11-22 16:13:01 +0000 |
---|---|---|
committer | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-11-23 10:07:56 +0000 |
commit | bfd9b06249814ad7c4bc47c0f065d6337f87076c (patch) | |
tree | 1b1a857fa0017397b7432f7e2860baf315aeb590 /fpm.toml | |
parent | 995fb2e834e4e555e8b6bc32eadb57983ef5b298 (diff) | |
download | fpm-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.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |