webfinger
: Add acrate-core
dependency
This commit is contained in:
parent
94203cdc7b
commit
affb063508
1 changed files with 1 additions and 0 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue