aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-dotfiles/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'atuin-dotfiles/Cargo.toml')
-rw-r--r--atuin-dotfiles/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/atuin-dotfiles/Cargo.toml b/atuin-dotfiles/Cargo.toml
index d2c6589a..d5f59e13 100644
--- a/atuin-dotfiles/Cargo.toml
+++ b/atuin-dotfiles/Cargo.toml
@@ -2,7 +2,7 @@
name = "atuin-dotfiles"
description = "The dotfiles crate for Atuin"
edition = "2021"
-version = "0.1.0" # intentionally not the same as the rest
+version = "0.1.0" # intentionally not the same as the rest
authors.workspace = true
rust-version.workspace = true
@@ -21,4 +21,5 @@ eyre = { workspace = true }
tokio = { workspace = true }
rmp = { version = "0.8.11" }
rand = { workspace = true }
+serde = { workspace = true }
crypto_secretbox = "0.1.1"