mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-20 11:04:38 +00:00
12 lines
186 B
TOML
12 lines
186 B
TOML
[package]
|
|
name = "cipher-core"
|
|
version = "0.1.0"
|
|
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|