axum-htmx/Cargo.toml

15 lines
459 B
TOML
Raw Normal View History

2023-07-22 22:37:15 +02:00
[package]
name = "axum-htmx"
authors = ["Rob Wagner <rob@sombia.com>"]
license = "MIT OR Apache-2.0"
2023-07-28 00:56:38 +02:00
description = "A set of htmx extractors for axum."
2023-07-22 22:37:15 +02:00
repository = "https://github.com/robertwayne/axum-htmx"
2023-07-23 01:37:54 +02:00
categories = ["web-programming"]
2023-07-22 22:37:15 +02:00
keywords = ["axum", "htmx", "header", "extractor"]
readme = "README.md"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-07-23 01:35:55 +02:00
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", default-features = false }