chore: avoid publish internal crates

This commit is contained in:
drendog 2025-12-12 00:35:48 +01:00
parent ee88fc91d3
commit 2095c231d0
Signed by: dwenya
GPG key ID: 8DD77074645332D0
4 changed files with 6 additions and 3 deletions

View file

@ -58,9 +58,9 @@ thiserror = "2.0.17"
wayland-client = "0.31.11"
wayland-protocols = { version = "0.32.9", features = ["client", "staging"] }
layer-shika-domain = { version = "0.1.0", path = "crates/domain" }
layer-shika-adapters = { version = "0.1.0", path = "crates/adapters" }
layer-shika-composition = { version = "0.1.0", path = "crates/composition" }
layer-shika-domain = { path = "crates/domain" }
layer-shika-adapters = { path = "crates/adapters" }
layer-shika-composition = { path = "crates/composition" }
[workspace.lints.clippy]
all = { level = "deny", priority = -1 }

View file

@ -9,6 +9,7 @@ keywords.workspace = true
categories.workspace = true
description = "Adapters layer for layer-shika"
readme = "../../README.md"
publish = false
[lints]
workspace = true

View file

@ -9,6 +9,7 @@ keywords.workspace = true
categories.workspace = true
description = "A layer shell library crate with Slint UI"
readme = "../../README.md"
publish = false
[lints]
workspace = true

View file

@ -9,6 +9,7 @@ keywords.workspace = true
categories.workspace = true
description = "Domain layer for layer-shika"
readme = "../../README.md"
publish = false
[lints]
workspace = true