2024-02-15 20:07:08 +01:00
|
|
|
[package]
|
2024-03-04 16:49:28 +01:00
|
|
|
name = "atuin-dotfiles"
|
2024-03-11 17:36:10 +01:00
|
|
|
description = "The dotfiles crate for Atuin"
|
2024-02-15 20:07:08 +01:00
|
|
|
edition = "2021"
|
2024-06-10 15:42:32 +02:00
|
|
|
version = "0.3.0" # intentionally not the same as the rest
|
2024-02-15 20:07:08 +01:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-06-10 15:42:32 +02:00
|
|
|
atuin-common = { path = "../atuin-common", version = "18.3.0" }
|
|
|
|
atuin-client = { path = "../atuin-client", version = "18.3.0" }
|
2024-02-15 20:07:08 +01:00
|
|
|
|
|
|
|
eyre = { workspace = true }
|
|
|
|
tokio = { workspace = true }
|
2024-06-03 10:59:15 +02:00
|
|
|
rmp = { version = "0.8.14" }
|
2024-02-15 20:07:08 +01:00
|
|
|
rand = { workspace = true }
|
2024-04-11 17:59:01 +02:00
|
|
|
serde = { workspace = true }
|
2024-02-15 20:07:08 +01:00
|
|
|
crypto_secretbox = "0.1.1"
|