aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-common/Cargo.toml
blob: b693a4649f380a0460195d72bc0bba9b0741be3a (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-common"
edition = "2018"
description = "common library for atuin"

version = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { workspace = true }
serde = { workspace = true }
uuid = { workspace = true }
rand = { workspace = true }
typed-builder = { workspace = true }
pretty_assertions = "1.3.0"