http-cat-tower 0.0.0

Replaces text responses with https://http.cat/
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "http-cat-tower"
version = "0.0.0"
edition = "2024"
publish = true
repository = "https://github.com/parrrate/http-cat-tower"
authors = ["Alisa Feistel <alisafeistel@gmail.com>"]
license = "MIT OR Apache-2.0"
rust-version = "1.88"
documentation = "https://docs.rs/http-cat-tower"
description = "Replaces text responses with https://http.cat/"

[dependencies]
axum = { version = "0.8.4", default-features = false }
maud = { version = "0.27.0", features = ["axum"] }
tower = "0.5.2"