cipher-workshop/cipher-core/Cargo.toml
2025-10-13 12:49:49 +03:00

13 lines
210 B
TOML

[package]
name = "cipher-core"
version = "0.1.0"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
edition = "2024"
[dependencies]
anyhow.workspace = true
thiserror.workspace = true
[lints]
workspace = true