mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-26 02:04:49 +01:00
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"
|