mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-01-11 19:26:03 +00:00
12 lines
175 B
TOML
12 lines
175 B
TOML
[package]
|
|
name = "cipher-core"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|