2021-04-20 22:53:07 +02:00
|
|
|
[package]
|
|
|
|
name = "atuin-common"
|
2022-04-23 22:49:11 +02:00
|
|
|
version = "0.9.1"
|
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-04-22 20:24:38 +02:00
|
|
|
serde = { version = "1.0.126", features = ["derive"] }
|
2022-04-22 22:38:37 +02:00
|
|
|
uuid = { version = "1.0", features = ["v4"] }
|