2021-04-20 14:53:07 -06:00
|
|
|
[package]
|
|
|
|
name = "atuin-common"
|
|
|
|
edition = "2018"
|
|
|
|
description = "common library for atuin"
|
2023-04-14 13:18:58 -06:00
|
|
|
|
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
2021-04-20 14:53:07 -06:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-04-14 13:18:58 -06:00
|
|
|
chrono = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
uuid = { workspace = true }
|
|
|
|
rand = { workspace = true }
|