mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-20 11:04:38 +00:00
17 lines
327 B
TOML
17 lines
327 B
TOML
[package]
|
|
name = "cli"
|
|
version = "0.1.0"
|
|
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
aes.workspace = true
|
|
cipher-core.workspace = true
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
color-eyre.workspace = true
|
|
des.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|