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