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