aboutsummaryrefslogtreecommitdiffhomepage
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
new file mode 100644
index 0000000..2a214e4
--- /dev/null
+++ b/xtask/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "xtask"
+version = "0.0.0"
+authors = ["Andrzej Janik <[email protected]>"]
+edition = "2018"
+
+[dependencies]
+argh = "0.1"
+# v18 requires rust 1.70 or higher
+cargo_metadata = "=0.17.0"
+# cargo-platform is a cargo_metadata, version 0.1.6 requires rust 1.70 or higher
+cargo-platform = "=0.1.5"
+serde = "1.0.193"
+serde_json = "1.0.108" \ No newline at end of file