Add another runnables_ui/Cargo.toml field to satisfy license checks

Kirill Bulatov created

Change summary

crates/runnables_ui/Cargo.toml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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]