[package] name = "nxcli" version = "0.1.0" edition = "2021" authors = ["Zarmot "] description = "NXLang CLI (WIP)" license = "MIT OR Apache-2.0" repository = "https://github.com/NXLang/NXLang" [lib] name = "nxcli" path = "nxcli.rs" [[bin]] name = "noa" path = "noa.rs" [dependencies] clap = "2.33.3"