12 lines
243 B
TOML
12 lines
243 B
TOML
[package]
|
|
name = "slhx-build"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
hemplate-core = { path = "../../hemplate/hemplate-core", features = ["surface"] }
|
|
slhx-core = { path = "../slhx-core" }
|