mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-08-02 00:31:32 +00:00
Empty crates as a base for code refactoring
This commit is contained in:
7
zcash_primitives/src/lib.rs
Normal file
7
zcash_primitives/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user