2023-07-22 22:37:15 +02:00
|
|
|
[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]
|
2023-07-23 01:26:03 +02:00
|
|
|
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", commit = "7093cee0ace5c3cb81ab6f970ae6ff0e966643ea", default-features = false }
|