From 6c53242b64fcd167d1a7016d6332e7a29e20d4cd Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 26 Jun 2023 07:52:37 +0100 Subject: 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 * Update atuin-client/src/record/encryption.rs Co-authored-by: Matteo Martellini * typo --------- Co-authored-by: Matteo Martellini --- atuin-common/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'atuin-common/Cargo.toml') 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" -- cgit v1.3.1