[package]
name = "hemera-cli"
version = "0.2.0"
edition = "2024"
description = "CLI for Hemera โ Poseidon2 hash over Goldilocks field"
license-file = "../LICENSE"
rust-version = "1.89"
repository = "https://github.com/cyberia-to/hemera"
bin
name = "hemera"
path = "src/main.rs"
[lints]
workspace = true
[dependencies]
cyber-hemera = { path = "../rs" }
cyber-hemera-wgsl = { path = "../wgsl" }
pollster = "0.4"
hemera/cli/Cargo.toml
ฯ 0.0%