Files
thoughts/crates/adapters/activitypub/Cargo.toml
Gabriel Kaszewski 1e7886fb85
All checks were successful
lint / lint (push) Successful in 17m36s
test / unit (push) Successful in 21m21s
bump k-ap 0.4.4, handle OutboundFollowAccepted w/ outbox backfill
2026-07-11 10:48:23 +02:00

21 lines
524 B
TOML

[package]
name = "activitypub"
version = "0.1.0"
edition = "2021"
[dependencies]
k-ap = { version = "0.4.4", registry = "gitea" }
domain = { workspace = true }
url = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
anyhow = { workspace = true }
chrono = { workspace = true }
uuid = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
reqwest = { workspace = true }
futures = { workspace = true }
tokio = { workspace = true }
axum = { workspace = true }