mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-03-22 00:26:19 +00:00
feat: make factory lib
This commit is contained in:
17
cipher-factory/Cargo.toml
Normal file
17
cipher-factory/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "cipher-factory"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
aes.workspace = true
|
||||
cipher-core.workspace = true
|
||||
clap = { workspace = true, optional = true }
|
||||
des.workspace = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
clap = ["dep:clap"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user