19 lines
608 B
TOML
19 lines
608 B
TOML
[package]
|
|
name = "acrate-webfinger"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
acrate-core = { path = "../acrate-core" }
|
|
acrate-hostmeta = { path = "../acrate-hostmeta" }
|
|
anyhow = "1.0.93"
|
|
axum = { version = "0.7.7", features = ["macros"] }
|
|
axum-extra = { version = "0.9.4", features = ["query"] }
|
|
log = "0.4.22"
|
|
micronfig = "0.3.0"
|
|
minijinja = "2.5.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"] }
|