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