mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-16 09:49:44 -07:00
6 lines
78 B
Rust
6 lines
78 B
Rust
mod js;
|
|
|
|
pub use js::*;
|
|
|
|
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|