1
Fork 0
tirocinio-canali-steffo-acrate/acrate-webfinger/Cargo.toml

19 lines
588 B
TOML
Raw Normal View History

[package]
name = "acrate-webfinger"
version = "0.1.0"
edition = "2021"
[dependencies]
acrate-core = { path = "../acrate-core" }
2024-11-15 05:50:51 +00:00
acrate-hostmeta = { path = "../acrate-hostmeta" }
anyhow = "1.0.93"
2024-11-14 03:16:12 +00:00
axum = { version = "0.7.7", features = ["macros"] }
axum-extra = { version = "0.9.4", features = ["query"] }
log = "0.4.22"
micronfig = "0.3.0"
pretty_env_logger = "0.5.0"
quick-xml = { version = "0.37.0", features = ["serialize"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.1", features = ["macros", "net", "rt-multi-thread"] }