mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-12-12 13:25:54 +00:00
14 lines
251 B
TOML
14 lines
251 B
TOML
[package]
|
|
name = "runtime-surface-config"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
layer-shika = { path = "../.." }
|
|
env_logger = "0.11.7"
|
|
log.workspace = true
|