aboutsummaryrefslogtreecommitdiff
path: root/code/native/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-10 20:33:29 +0100
committerAleksey Kladov <[email protected]>2018-08-10 20:33:29 +0100
commit7c67612b8a894187fa3b64725531a5459f9211bf (patch)
tree9e2a536efa0c880d921fd8d4d74423afc9451fd4 /code/native/Cargo.toml
parent26262aaf05983c5b7f41cc438e287523268fe1eb (diff)
organizize
Diffstat (limited to 'code/native/Cargo.toml')
-rw-r--r--code/native/Cargo.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/code/native/Cargo.toml b/code/native/Cargo.toml
deleted file mode 100644
index 3a27051b2..000000000
--- a/code/native/Cargo.toml
+++ /dev/null
@@ -1,19 +0,0 @@
1[package]
2name = "backend"
3version = "0.1.0"
4authors = ["Aleksey Kladov <[email protected]>"]
5license = "MIT"
6build = "build.rs"
7exclude = ["artifacts.json", "index.node"]
8[workspace]
9
10[lib]
11name = "backend"
12crate-type = ["dylib"]
13
14[build-dependencies]
15neon-build = "0.2.0"
16
17[dependencies]
18neon = "0.2.0"
19libeditor = { path = "../../libeditor" }