proof-aware-crypto-tooling-.../dogfood/quorum/verify-dalek/Cargo.toml.template

14 lines
446 B
Text
Raw Normal View History

# 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]