aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-postgres/Cargo.toml
blob: bf5edb03a68e72def34d327b9ceb44d5e0855248 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "atuin-server-postgres"
edition = "2024"
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 = "18.13.0-beta.5" }
atuin-server-database = { path = "../atuin-server-database", version = "18.13.0-beta.5" }

eyre = { workspace = true }
tracing = { workspace = true }
time = { workspace = true }
serde = { workspace = true }
sqlx = { workspace = true }
async-trait = { workspace = true }
uuid = { workspace = true }
metrics = "0.24"
futures-util = "0.3"
rand.workspace = true