aboutsummaryrefslogtreecommitdiff
path: root/code/native/Cargo.toml
blob: 1648dfb3382195b9e9fb78baea10f215df87a6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "backend"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
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 = "../../" }