aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r--tools/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
new file mode 100644
index 000000000..e46874929
--- /dev/null
+++ b/tools/Cargo.toml
@@ -0,0 +1,12 @@
1[package]
2name = "tools"
3version = "0.1.0"
4authors = ["Aleksey Kladov <[email protected]>"]
5publish = false
6
7[dependencies]
8serde = "1.0.26"
9serde_derive = "1.0.26"
10file = "1.1.1"
11ron = "0.1.5"
12libsyntax2 = { path = "../" }