mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-22 12:23:04 -07:00
6 lines
83 B
Rust
6 lines
83 B
Rust
mod js;
|
|
|
|
pub use js::Bridge;
|
|
|
|
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|