[package] name = "noc" description = "Nereon NOC syntax checker and playground server" authors = ["John Hedges ", "Ribose Inc. "] repository = "https://github.com/riboseinc/rust-nereon" version = "0.6.0" license = "BSD-2-Clause" exclude = ["/**/*~", "/**/.dir-locals.el"] [dependencies] nereon = "0.6" nereon_derive = "0.6" tiny_http = "0.6"