aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-database/Cargo.toml
blob: 0483ad5c3de982a1a4c5d81a07e3647223a519a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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.13.4" }

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