mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-11-03 19:04:23 +00:00
19 lines
443 B
TOML
19 lines
443 B
TOML
[package]
|
|
name = "layer-shika"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
description = "A layer shell library crate with Slint UI"
|
|
readme = "../README.md"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
layer-shika-adapters.workspace = true
|
|
layer-shika-domain.workspace = true
|
|
thiserror.workspace = true
|