From b3875b6078bf9562213cc4d66c7926d552bb20a0 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 18 Feb 2025 09:55:55 +0000 Subject: [PATCH] Add hurl to mise tools --- mise.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mise.toml b/mise.toml index bde4ad2d..a87c5cdc 100644 --- a/mise.toml +++ b/mise.toml @@ -3,6 +3,9 @@ LAST_FM_USER = 'change-me' LAST_FM_API_KEY = 'change-me' OPENAI_KEY = 'change-me' +[tools] +hurl = 'latest' + [tasks.npm-install] run = 'npm install' hide = true