From 9b78125fcbd64d470d70c6aa9af92cc16e0d4d97 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Thu, 3 Oct 2024 18:28:17 +0200 Subject: [PATCH] Add require-consent feature for ya-utils-consent --- golem_cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/golem_cli/Cargo.toml b/golem_cli/Cargo.toml index 06b138c56..3d25dd739 100644 --- a/golem_cli/Cargo.toml +++ b/golem_cli/Cargo.toml @@ -5,6 +5,9 @@ version = "0.3.0" authors = ["Golem Factory "] edition = "2018" +[features] +require-consent = ['ya-utils-consent/require-consent'] + [dependencies] ya-client = { workspace = true, features = ['cli'] } ya-compile-time-utils.workspace = true