pod2/rust-toolchain.toml
arnaucube 5b455acbd6
add initial MerkleTree implementation (#13)
Add initial MerkleTree implementation, which is a wrapper on top of
Plonky2's MerkleTree, with the idea that the future iteration will
replace it by the MerkleTree specified at
https://0xparc.github.io/pod2/merkletree.html .
2025-02-03 18:03:45 +01:00

3 lines
67 B
TOML

[toolchain]
channel = "nightly"
components = ["clippy", "rustfmt"]