mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-12-12 12:15:56 +00:00
chore: avoid publish internal crates
This commit is contained in:
parent
ee88fc91d3
commit
2095c231d0
4 changed files with 6 additions and 3 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ keywords.workspace = true
|
|||
categories.workspace = true
|
||||
description = "Adapters layer for layer-shika"
|
||||
readme = "../../README.md"
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ keywords.workspace = true
|
|||
categories.workspace = true
|
||||
description = "Domain layer for layer-shika"
|
||||
readme = "../../README.md"
|
||||
publish = false
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue