Files
darkfi/script/research/streamlet_rust/Cargo.toml
aggstam 5396dae4bb script/research/streamlet_rust: Block transactions changed from String to tx::Transaction.
Additional modifications:
  script/research/streamlet_rust: fixed epoch calculation
  Added macros at:
    crypto::{note::EncryptedNote, proof::Proof, MintRevealedValues, SpendRevealedValues},
    tx::{Transaction, TransactionClearInput, TransactionInput, TransactionOutput}
2022-02-23 00:05:10 +02:00

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]