mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-23 20:02:50 +01:00
14 lines
430 B
TOML
14 lines
430 B
TOML
[package]
|
|
name = "axum-htmx"
|
|
authors = ["Rob Wagner <rob@sombia.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "HTMX header extractors for axum."
|
|
repository = "https://github.com/robertwayne/axum-htmx"
|
|
categories = ["web-programming", "http-server"]
|
|
keywords = ["axum", "htmx", "header", "extractor"]
|
|
readme = "README.md"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = { version = "0.6", default-features = false }
|