mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
14 lines
245 B
TOML
14 lines
245 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"
|