ad8806c187
req: examples/001 req: dx/008 req: list/003 req: form/002
25 lines
545 B
TOML
25 lines
545 B
TOML
[package]
|
|
name = "slhx-techdemo"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
axum = "0.7"
|
|
futures-util = "0.3"
|
|
hemplate = { path = "../../../hemplate/hemplate" }
|
|
slhx = { path = "../../slhx" }
|
|
slhx-axum = { path = "../../slhx-axum" }
|
|
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "time"] }
|
|
|
|
[dev-dependencies]
|
|
scraper = "0.23"
|
|
slhx-test = { path = "../../slhx-test" }
|
|
thirtyfour = "0.35"
|
|
|
|
[build-dependencies]
|
|
slhx-build = { path = "../../slhx-build" }
|