2023-06-12 10:04:35 +02:00
|
|
|
[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]
|
2023-08-07 12:18:39 +02:00
|
|
|
atuin-common = { path = "../atuin-common", version = "16.0.0" }
|
|
|
|
atuin-server-database = { path = "../atuin-server-database", version = "16.0.0" }
|
2023-06-12 10:04:35 +02:00
|
|
|
|
|
|
|
tracing = "0.1"
|
|
|
|
chrono = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
sqlx = { workspace = true }
|
|
|
|
async-trait = { workspace = true }
|
2023-07-14 21:44:08 +02:00
|
|
|
uuid = { workspace = true }
|
2023-06-12 10:04:35 +02:00
|
|
|
futures-util = "0.3"
|