mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-07 20:30:36 +00:00
14 lines
446 B
Text
14 lines
446 B
Text
|
|
# Rendered by `pacta wallet build-quorum` - {{SOURCE}} is replaced with the
|
||
|
|
# local checkout of the PINNED proven source workspace for this fork.
|
||
|
|
# Committed as a template so the repo never hardcodes a machine path.
|
||
|
|
[package]
|
||
|
|
name = "pacta-verify-dalek"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
publish = false
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
ed25519-dalek = { path = "{{SOURCE}}/ed25519-dalek", default-features = false, features = ["fast", "zeroize"] }
|
||
|
|
|
||
|
|
[workspace]
|