mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-27 14:21:01 +00:00
712cc328e1
> Oct 07 03:25:59 buzzrelay buzzrelay[676]: 2023-10-07T01:25:59.381211Z ERROR buzzrelay::relay: relay::send Response("{\"error\":\"Invalid Date header: not RFC 2616 compliant date: \\\"Sat, 7 Oct 2023 01:25:58 GMT\\\"\"}") is it the leading 0 in the day position?
34 lines
879 B
TOML
34 lines
879 B
TOML
[package]
|
|
name = "buzzrelay"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/astro/buzzrelay"
|
|
homepage = "https://relay.fedi.buzz"
|
|
|
|
[dependencies]
|
|
axum = "0.6"
|
|
axum-macros = "0.3"
|
|
axum-extra = { version = "0.4", features = ["spa"] }
|
|
askama = "0.11"
|
|
tokio = { version = "1", features = ["full", "time"] }
|
|
tracing = "*"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
serde = "1"
|
|
serde_json = "1"
|
|
serde_yaml = "0.9"
|
|
reqwest = { version = "0.11", features = ["json", "stream"] }
|
|
sigh = "1.0"
|
|
http_digest_headers = { version="0.1.0", default-features = false, features = ["use_openssl"] }
|
|
thiserror = "1"
|
|
http = "0.2"
|
|
chrono = "0.4"
|
|
eventsource-stream = "0.2"
|
|
futures = "0.3"
|
|
tokio-postgres = "0.7"
|
|
systemd = "0.10"
|
|
metrics = "0.21"
|
|
metrics-util = "0.15"
|
|
metrics-exporter-prometheus = "0.12"
|
|
deunicode = "1.3"
|
|
urlencoding = "2"
|
|
httpdate = "1"
|