Add missing license field to runnables_ui

This commit is contained in:
Kirill Bulatov 2024-02-19 19:04:40 +02:00
parent e27c2fc946
commit 5783497c21

View File

@ -2,6 +2,7 @@
name = "runnables_ui"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
anyhow.workspace = true