mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
Additional modifications:
script/research/streamlet_rust: fixed epoch calculation
Added macros at:
crypto::{note::EncryptedNote, proof::Proof, MintRevealedValues, SpendRevealedValues},
tx::{Transaction, TransactionClearInput, TransactionInput, TransactionOutput}
14 lines
185 B
TOML
14 lines
185 B
TOML
[package]
|
|
name = "streamlet_rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies.darkfi]
|
|
path = "../../../"
|
|
features = ["crypto", "node"]
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
|
|
[workspace]
|