20 lines
675 B
TOML
20 lines
675 B
TOML
[package]
|
|
name = "activitypub"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
activitypub-base = { workspace = true }
|
|
activitypub_federation = "0.7.0-beta.11"
|
|
domain = { workspace = true }
|
|
postgres = { workspace = true }
|
|
sqlx = { 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 }
|