Trying this as a workaround to the [[bin]] issue

This commit is contained in:
Jonathan Turner
2019-12-10 16:57:55 +13:00
parent 17586bdfbd
commit 1dcbd89a89
17 changed files with 212 additions and 14 deletions

View File

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