Remove build.rs and nu-build (#2282)

This commit is contained in:
Jonathan Turner
2020-08-01 09:21:10 +12:00
committed by GitHub
parent 10fbed3808
commit ba81278ffd
47 changed files with 1 additions and 214 deletions

View File

@ -18,4 +18,3 @@ nu-source = {path = "../nu-source", version = "0.17.0"}
ptree = {version = "0.2"}
[build-dependencies]
nu-build = {version = "0.17.0", path = "../nu-build"}

View File

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