From bfd9b06249814ad7c4bc47c0f065d6337f87076c Mon Sep 17 00:00:00 2001 From: Laurence Kedward Date: Mon, 22 Nov 2021 16:13:01 +0000 Subject: Add: backend_output to manage pretty printing of build progress --- fpm.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fpm.toml') 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" -- cgit v1.2.3