Files
movies-diary/crates/adapters/sqlite-federation/Cargo.toml
Gabriel Kaszewski 410e25a562
Some checks failed
CI / Release build (push) Has been cancelled
CI / Check / Test (push) Has been cancelled
chore: bump k-ap to v0.1.3, drop direct activitypub_federation dep
2026-05-25 09:45:47 +02:00

20 lines
507 B
TOML

[package]
name = "sqlite-federation"
version = "0.1.0"
edition = "2024"
[dependencies]
sqlx = { workspace = true }
activitypub = { workspace = true }
k-ap = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git", tag = "v0.1.3" }
domain = { workspace = true }
anyhow = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
tracing = { workspace = true }
async-trait = { workspace = true }
[dev-dependencies]
tokio = { workspace = true }
uuid = { workspace = true }