1
Fork 0

webfinger: Add acrate-core dependency

This commit is contained in:
Steffo 2024-11-15 05:23:21 +01:00
parent 94203cdc7b
commit affb063508
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
acrate-core = { path = "../acrate-core" }
anyhow = "1.0.93"
axum = { version = "0.7.7", features = ["macros"] }
axum-extra = { version = "0.9.4", features = ["query"] }