Move async-trait from ingestor to workspace so DB can share. Update the reference to tokio in DB from version to workspace
15 lines
306 B
TOML
15 lines
306 B
TOML
[package]
|
|
name = "ingestor"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.98"
|
|
async-trait.workspace = true
|
|
atproto.workspace = true
|
|
rocketman = "0.2.0"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|