aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-database/Cargo.toml
blob: 917b0f5d1b382791231e114f8587d2a2a54b8168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "atuin-server-database"
edition = "2024"
description = "server 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.5.0-beta.3" }

tracing = { workspace = true }
time = { workspace = true }
eyre = { workspace = true }
serde = { workspace = true }
async-trait = { workspace = true }