From 99559f39755c235b8d90575395ace412e9a824ad Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Mon, 19 Feb 2024 19:14:00 +0200 Subject: [PATCH] Add another runnables_ui/Cargo.toml field to satisfy license checks --- crates/runnables_ui/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/runnables_ui/Cargo.toml b/crates/runnables_ui/Cargo.toml index 77b34f9626..f78edd1d70 100644 --- a/crates/runnables_ui/Cargo.toml +++ b/crates/runnables_ui/Cargo.toml @@ -2,6 +2,7 @@ name = "runnables_ui" version = "0.1.0" edition = "2021" +publish = false license = "GPL-3.0-or-later" [dependencies]