From 7b15c4f7ae95e2e855cb783871906fa7bf364c4c Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 17 Oct 2019 19:36:55 +0300 Subject: WIP: move to xtasks --- xtask/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 xtask/Cargo.toml (limited to 'xtask/Cargo.toml') diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml new file mode 100644 index 000000000..4fc1c744b --- /dev/null +++ b/xtask/Cargo.toml @@ -0,0 +1,15 @@ +[package] +edition = "2018" +name = "xtask" +version = "0.1.0" +authors = ["rust-analyzer developers"] +publish = false + +[dependencies] +walkdir = "2.1.3" +itertools = "0.8.0" +pico-args = "0.3.0" +quote = "1.0.2" +proc-macro2 = "1.0.1" +ron = "0.5.1" +serde = { version = "1.0.0", features = ["derive"] } -- cgit v1.2.3