From 430d58695a0465829d5bbae726573994b0a6ef17 Mon Sep 17 00:00:00 2001 From: bitful-pannul Date: Tue, 7 May 2024 18:57:03 -0400 Subject: [PATCH] fix: widget simulation mode --- kinode/packages/kino_updates/widget/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kinode/packages/kino_updates/widget/Cargo.toml b/kinode/packages/kino_updates/widget/Cargo.toml index 33cdec77..617d188e 100644 --- a/kinode/packages/kino_updates/widget/Cargo.toml +++ b/kinode/packages/kino_updates/widget/Cargo.toml @@ -3,6 +3,9 @@ name = "widget" version = "0.1.0" edition = "2021" +[features] +simulation-mode = [] + [dependencies] anyhow = "1.0" bincode = "1.3.3"