[package] name = "backend" version = "0.1.0" authors = ["Aleksey Kladov "] license = "MIT" build = "build.rs" exclude = ["artifacts.json", "index.node"] [workspace] [lib] name = "backend" crate-type = ["dylib"] [build-dependencies] neon-build = "0.2.0" [dependencies] neon = "0.2.0" libsyntax2 = { path = "../../" }