mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 16:23:54 +01:00
21 lines
513 B
TOML
21 lines
513 B
TOML
[package]
|
|
name = "atuin-server-database"
|
|
edition = "2021"
|
|
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 = "16.0.0" }
|
|
|
|
tracing = "0.1"
|
|
time = { workspace = true }
|
|
eyre = { workspace = true }
|
|
uuid = { workspace = true }
|
|
serde = { workspace = true }
|
|
async-trait = { workspace = true }
|