From 5783497c219fb3ffd996c2e79e6408ac4c2226b5 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Mon, 19 Feb 2024 19:04:40 +0200 Subject: [PATCH] Add missing license field to runnables_ui --- 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 b6bd181b3d..77b34f9626 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" +license = "GPL-3.0-or-later" [dependencies] anyhow.workspace = true