aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-common/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-06-26 07:52:37 +0100
committerGitHub <noreply@github.com>2023-06-26 07:52:37 +0100
commit6c53242b64fcd167d1a7016d6332e7a29e20d4cd (patch)
treeec03d2ae8eb7438874a55d955d64eb5d76f0f4e0 /atuin-common/Cargo.toml
parentMore redirects (diff)
downloadatuin-6c53242b64fcd167d1a7016d6332e7a29e20d4cd.zip
record encryption (#1058)
* record encryption * move paserk impl * implicit assertions * move wrapped cek * add another test * use host * undo stray change * more tests and docs * fmt * Update atuin-client/src/record/encryption.rs Co-authored-by: Matteo Martellini <matteo@mercxry.me> * Update atuin-client/src/record/encryption.rs Co-authored-by: Matteo Martellini <matteo@mercxry.me> * typo --------- Co-authored-by: Matteo Martellini <matteo@mercxry.me>
Diffstat (limited to 'atuin-common/Cargo.toml')
-rw-r--r--atuin-common/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml
index b693a464..ead3df84 100644
--- a/atuin-common/Cargo.toml
+++ b/atuin-common/Cargo.toml
@@ -17,4 +17,7 @@ serde = { workspace = true }
uuid = { workspace = true }
rand = { workspace = true }
typed-builder = { workspace = true }
+eyre = { workspace = true }
+
+[dev-dependencies]
pretty_assertions = "1.3.0"