mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-01 21:34:22 +01:00
15 lines
310 B
TOML
15 lines
310 B
TOML
[package]
|
|
name = "http-relay"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.94"
|
|
axum = "0.7.9"
|
|
axum-server = "0.7.1"
|
|
futures-util = "0.3.31"
|
|
tokio = { version = "1.42.0", features = ["full"] }
|
|
tracing = "0.1.41"
|
|
url = "2.5.4"
|
|
tower-http = { version = "0.6.2", features = ["cors", "trace"] }
|