Files
thoughts/crates/adapters/activitypub/Cargo.toml
Gabriel Kaszewski 78daca0377
Some checks failed
test / unit (push) Has been cancelled
lint / lint (push) Has been cancelled
chore: upgrade k-ap to 0.4.0
Map new fetched_at field in RemoteActor, read last_fetched_at from DB.
2026-05-30 03:00:43 +02:00

21 lines
524 B
TOML

[package]
name = "activitypub"
version = "0.1.0"
edition = "2021"
[dependencies]
k-ap = { version = "0.4.0", 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 }