mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-10 08:18:48 +01:00
9be49e434e
* chore(release): prepare for release v18.3.0
* build full release
* Revert "build full release"
This reverts commit 65e7718b51
.
25 lines
667 B
TOML
25 lines
667 B
TOML
[package]
|
|
name = "atuin-server-postgres"
|
|
edition = "2021"
|
|
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.3.0" }
|
|
atuin-server-database = { path = "../atuin-server-database", version = "18.3.0" }
|
|
|
|
eyre = { workspace = true }
|
|
tracing = "0.1"
|
|
time = { workspace = true }
|
|
serde = { workspace = true }
|
|
sqlx = { workspace = true }
|
|
async-trait = { workspace = true }
|
|
uuid = { workspace = true }
|
|
futures-util = "0.3"
|
|
url = "2.5.0"
|