aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml16+16 −0
1 files changed, 16 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
new file mode 100644
--- /dev/null
+++ b/xtask/Cargo.toml
@@ -0,0 +1,16 @@
+# SPDX-FileCopyrightText: 2026 Nikolay Govorov
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
+[package]
+name = "xtask"
+edition.workspace = true
+publish.workspace = true
+license.workspace = true
+
+[dependencies]
+krates = "0.20"
+rayon = "1.10"
+tracing.workspace = true
+serde.workspace = true
+serde_json.workspace = true
+spdx = { version = "0.13", features = ["detection-inline-cache", "text"] }