mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-23 00:34:20 +01:00
8655c93853
* refactor server to allow pluggable db and tracing * clean up * fix descriptions * remove dependencies
22 lines
536 B
TOML
22 lines
536 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 = "15.0.0" }
|
|
|
|
tracing = "0.1"
|
|
chrono = { workspace = true }
|
|
eyre = { workspace = true }
|
|
uuid = { workspace = true }
|
|
serde = { workspace = true }
|
|
async-trait = { workspace = true }
|
|
chronoutil = "0.2.3"
|