Skip to content

Commit bb970ca

Browse files
committed
re-export ghost_cell at the root
We use the GhostToken type in our public API (in Context::new). We should re-export the crate so users can access this type without needing to add their own dependency (and keep it in sync etc)
1 parent 6f245ec commit bb970ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ pub extern crate serde;
2222
pub use bitcoin::base64;
2323
/// Re-export of byteorder crate
2424
pub extern crate byteorder;
25+
/// Re-export of ghost_cell crate
26+
pub extern crate ghost_cell;
2527
/// Re-export of hashes crate
2628
pub extern crate hashes;
2729
/// Re-export of hex crate

0 commit comments

Comments
 (0)