mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
remove unuse dep
This commit is contained in:
@@ -3,8 +3,3 @@ name = "zcash-mmr"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
owning_ref = "0.3"
|
|
@@ -2,8 +2,6 @@
|
|||||||
//!
|
//!
|
||||||
//! To be used in zebra and via FFI bindings in zcashd
|
//! To be used in zebra and via FFI bindings in zcashd
|
||||||
|
|
||||||
extern crate owning_ref;
|
|
||||||
|
|
||||||
mod tree;
|
mod tree;
|
||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
|
Reference in New Issue
Block a user