Files
hemx/slhx-axum/Cargo.toml
T
2026-05-10 21:25:10 +02:00

16 lines
348 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"] }
slhx-core = { path = "../slhx-core" }
slhx-js = { path = "../slhx-js" }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }