2021-04-20 14:53:07 -06:00
|
|
|
[package]
|
|
|
|
name = "atuin-common"
|
2022-09-13 13:03:52 -06:00
|
|
|
version = "11.0.0"
|
2021-04-20 14:53:07 -06:00
|
|
|
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
|
|
description = "common library for atuin"
|
2021-04-21 14:32:21 -06:00
|
|
|
homepage = "https://atuin.sh"
|
|
|
|
repository = "https://github.com/ellie/atuin"
|
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]
|
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
2022-05-03 00:59:12 -06:00
|
|
|
serde = { version = "1.0.137", features = ["derive"] }
|
2022-04-22 14:38:37 -06:00
|
|
|
uuid = { version = "1.0", features = ["v4"] }
|