mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-11-03 20:14:24 +00:00
17 lines
363 B
TOML
17 lines
363 B
TOML
[package]
|
|
name = "layer-shika-domain"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
description = "Domain layer for layer-shika"
|
|
readme = "../README.md"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|