mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-28 19:23:47 +01:00
22 lines
599 B
TOML
22 lines
599 B
TOML
|
[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 = "15.0.0" }
|
||
|
atuin-server-database = { path = "../atuin-server-database", version = "15.0.0" }
|
||
|
|
||
|
tracing = "0.1"
|
||
|
chrono = { workspace = true }
|
||
|
serde = { workspace = true }
|
||
|
sqlx = { workspace = true }
|
||
|
async-trait = { workspace = true }
|
||
|
futures-util = "0.3"
|