2024-11-14 02:50:59 +00:00
|
|
|
[package]
|
|
|
|
name = "acrate-webfinger"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.93"
|
2024-11-14 03:16:12 +00:00
|
|
|
axum = { version = "0.7.7", features = ["macros"] }
|
2024-11-14 03:02:40 +00:00
|
|
|
axum-extra = { version = "0.9.4", features = ["query"] }
|
2024-11-14 02:50:59 +00:00
|
|
|
log = "0.4.22"
|
|
|
|
micronfig = "0.3.0"
|
|
|
|
pretty_env_logger = "0.5.0"
|
2024-11-14 03:02:40 +00:00
|
|
|
serde = { version = "1.0.215", features = ["derive"] }
|
2024-11-14 02:50:59 +00:00
|
|
|
tokio = { version = "1.41.1", features = ["macros", "net", "rt-multi-thread"] }
|