refactor: rename cli to crypt

This commit is contained in:
2026-01-12 20:56:47 +02:00
parent 6eb3668147
commit 9c14b01e68
4 changed files with 2 additions and 2 deletions

17
crypt/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "crypt"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
aes.workspace = true
cipher-core.workspace = true
cipher-factory = { workspace = true, features = ["clap"] }
clap.workspace = true
color-eyre.workspace = true
des.workspace = true
thiserror.workspace = true
[lints]
workspace = true