2023-10-02 21:58:56 +02:00
|
|
|
[package]
|
|
|
|
name = "crunch-postgres"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2023-10-02 22:27:22 +02:00
|
|
|
|
2023-10-02 21:58:56 +02:00
|
|
|
[dependencies]
|
2023-10-02 22:16:15 +02:00
|
|
|
crunch-traits.workspace = true
|
|
|
|
crunch-envelope.workspace = true
|
|
|
|
|
|
|
|
anyhow.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
async-trait.workspace = true
|
|
|
|
futures.workspace = true
|
|
|
|
uuid.workspace = true
|
2023-10-02 22:27:22 +02:00
|
|
|
sqlx.workspace = true
|
2023-10-03 23:08:12 +02:00
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
2023-10-05 22:09:56 +02:00
|
|
|
tokio-stream = {workspace = true, features = ["sync"]}
|
|
|
|
chrono.workspace = true
|