CrypteCipher/tools/cli/Cargo.toml
MoCipher 267d8f6edd
Some checks failed
CI / build (macos-latest, stable) (push) Has been cancelled
CI / build (ubuntu-latest, stable) (push) Has been cancelled
CI / build (windows-latest, stable) (push) Has been cancelled
Initial CrypteCipher scaffold and features
2026-02-12 00:02:00 +01:00

8 lines
140 B
TOML

[package]
name = "cryptec_cli"
version = "0.1.0"
edition = "2021"
[dependencies]
cryptec_core = { path = "../../core" }
serde_json = "1.0"