[package] name = "atuin-common" version = "0.9.1" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" description = "common library for atuin" homepage = "https://atuin.sh" repository = "https://github.com/ellie/atuin" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust-crypto = "^0.2" chrono = { version = "0.4", features = ["serde"] } serde = { version = "1.0.126", features = ["derive"] } uuid = { version = "1.0", features = ["v4"] }