summaryrefslogtreecommitdiffstats
path: root/atuin-server-postgres/Cargo.toml
blob: 7b0cfbadd9ab0e3737746afc36864202ba7ab652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "atuin-server-postgres"
edition = "2018"
description = "server postgres database library for atuin"

version = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }

[dependencies]
atuin-common = { path = "../atuin-common", version = "17.1.0" }
atuin-server-database = { path = "../atuin-server-database", version = "17.1.0" }

tracing = "0.1"
time = { workspace = true }
serde = { workspace = true }
sqlx = { workspace = true }
async-trait = { workspace = true }
uuid = { workspace = true }
futures-util = "0.3"