18 lines
302 B
TOML
18 lines
302 B
TOML
[package]
|
|
name = "slhx-v0-examples"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
slhx = { path = "../../slhx" }
|
|
|
|
[dev-dependencies]
|
|
slhx-test = { path = "../../slhx-test" }
|
|
|
|
[build-dependencies]
|
|
slhx-build = { path = "../../slhx-build" }
|