2021-04-20 22:53:07 +02:00
|
|
|
[package]
|
|
|
|
name = "atuin-common"
|
|
|
|
edition = "2018"
|
|
|
|
description = "common library for atuin"
|
2023-04-14 21:18:58 +02:00
|
|
|
|
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
2021-04-20 22:53:07 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-04-14 21:18:58 +02:00
|
|
|
chrono = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
uuid = { workspace = true }
|
|
|
|
rand = { workspace = true }
|
2023-06-14 22:18:24 +02:00
|
|
|
typed-builder = { workspace = true }
|
2023-06-26 08:52:37 +02:00
|
|
|
eyre = { workspace = true }
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-06-19 10:02:15 +02:00
|
|
|
pretty_assertions = "1.3.0"
|