mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-01-13 20:26:03 +00:00
refactor: rename cli to crypt
This commit is contained in:
parent
6eb3668147
commit
9c14b01e68
@ -1,5 +1,5 @@
|
||||
[workspace]
|
||||
members = ["aes", "cipher-core", "cipher-factory", "cli", "des", "web"]
|
||||
members = ["aes", "cipher-core", "cipher-factory", "crypt", "des", "web"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "cli"
|
||||
name = "crypt"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
Loading…
Reference in New Issue
Block a user