mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-26 22:17:34 +08:00
17 lines
331 B
TOML
17 lines
331 B
TOML
[package]
|
|
name = "postgres"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
config = { path = "../config" }
|
|
bytes = "1.3"
|
|
deadpool-postgres = { workspace = true }
|
|
num-traits = "0.2.14"
|
|
slog = { version = "2.7.0" }
|
|
tokio = { workspace = true }
|
|
tokio-postgres = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
test-case = "3.1.0"
|