summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-02-01 15:00:46 +0000
committerGitHub <noreply@github.com>2024-02-01 15:00:46 +0000
commita6f1fe2c10ea9f7bb08d2344df62fee4a996cd69 (patch)
tree472fd09c2f636e21c6db6ef6afc2e1df870f01e3 /Cargo.toml
parentf6b541dbedcc3ae719dd3d1d0f889f2ca8e0f7d6 (diff)
feat: reencrypt/rekey local store (#1662)
* feat: add record re-encrypting * automatically re-encrypt store when logging in with a different key * fix * actually save the new key lmao * add rekey * save new key * decode bip key * "add test for sqlite store re encrypt"
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b87d5820..9c5b8bf5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,6 @@ members = [
resolver = "2"
[workspace.package]
-name = "atuin"
version = "17.2.1"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
rust-version = "1.67"