1# Copyright © SixtyFPS GmbH <info@slint.dev>
2# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
3
4[package]
5name = "xtask"
6description = "Development helper tool for the Slint project"
7authors.workspace = true
8edition.workspace = true
9homepage.workspace = true
10license.workspace = true
11repository.workspace = true
12rust-version.workspace = true
13version.workspace = true
14publish = false
15
16[dependencies]
17anyhow = "1.0"
18cbindgen = { workspace = true }
19clap = { workspace = true }
20const_format = "0.2"
21i-slint-common = { workspace = true, features = ["default"] }
22lazy_static = "1.4.0"
23proc-macro2 = "1.0.11"
24regex = "1.4"
25serde_json = { workspace = true }
26toml_edit = { workspace = true }
27which = "7.0"
28xshell = "0.2.1"
29