[package] name = "nxvm" version = "0.1.0" edition = "2018" authors = ["Zarmot "] description = "NXLang extention for NanoVM (WIP)" license = "MIT OR Apache-2.0" repository = "https://github.com/NXLang/NXVM" [dependencies] nanovm = { version = "0.1.0", path = "lib/nanovm" }