rust-lightning/src/lib.rs

11 lines
158 B
Rust
Raw Normal View History

2017-12-25 01:05:27 -05:00
#![crate_name = "lightning"]
extern crate bitcoin;
extern crate secp256k1;
extern crate rand;
extern crate crypto;
pub mod chain;
pub mod ln;
pub mod util;