Move binaryview to a sub-crate

This commit is contained in:
Jonathan Turner
2019-12-05 06:51:20 +13:00
parent e9ee7bda46
commit a4bb5d4ff5
5 changed files with 61 additions and 27 deletions

View File

@ -0,0 +1,3 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
nu_build::build()
}