227a408985
Harden axum response and root fingerprint tests with scraper-based HTML parsing instead of raw rendered-string equality. req: test/005
18 lines
435 B
TOML
18 lines
435 B
TOML
[package]
|
|
name = "slhx-axum"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
axum = { version = "0.7", default-features = false, features = ["multipart", "tokio"] }
|
|
futures-util = { version = "0.3", default-features = false }
|
|
slhx-core = { path = "../slhx-core" }
|
|
slhx-js = { path = "../slhx-js" }
|
|
|
|
[dev-dependencies]
|
|
scraper = "0.23"
|
|
tokio = { version = "1", features = ["macros", "rt"] }
|