12 lines
197 B
TOML
12 lines
197 B
TOML
[package]
|
|
name = "slhx"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
slhx-core = { path = "../slhx-core" }
|
|
slhx-derive = { path = "../slhx-derive" }
|