2022-03-02 18:43:45 +01:00
|
|
|
[package]
|
|
|
|
|
name = "xtask"
|
|
|
|
|
version = "0.1.0"
|
2025-07-08 23:35:37 +02:00
|
|
|
edition = "2024"
|
2022-03-02 18:43:45 +01:00
|
|
|
publish = false
|
2024-10-04 13:08:10 +02:00
|
|
|
license = "Apache-2.0"
|
2026-02-27 14:02:49 +01:00
|
|
|
rust-version.workspace = true
|
2022-03-02 18:43:45 +01:00
|
|
|
|
2025-05-22 22:17:38 +02:00
|
|
|
[package.metadata.release]
|
|
|
|
|
release = false
|
|
|
|
|
|
2022-08-04 19:04:51 +02:00
|
|
|
[[bin]]
|
|
|
|
|
name = "xtask"
|
|
|
|
|
test = false
|
|
|
|
|
|
2022-03-02 18:43:45 +01:00
|
|
|
[dependencies]
|
2026-02-03 15:05:28 +01:00
|
|
|
camino = { version = "1.2.2", default-features = false, features = ["serde1"] }
|
2026-01-29 12:06:07 +01:00
|
|
|
chrono.workspace = true
|
2026-02-03 13:33:40 +01:00
|
|
|
clap = { workspace = true, features = ["derive"] }
|
2025-05-22 22:17:38 +02:00
|
|
|
fs_extra = "1"
|
2026-01-29 12:06:07 +01:00
|
|
|
indexmap.workspace = true
|
2026-02-05 16:39:51 +01:00
|
|
|
lazy_static = "1.5.0"
|
2025-11-04 11:27:33 +00:00
|
|
|
regex = "1"
|
2022-12-19 17:20:56 +01:00
|
|
|
serde = { workspace = true, features = ["derive"] }
|
2025-05-22 22:18:01 +02:00
|
|
|
serde_json.workspace = true
|
|
|
|
|
uniffi_bindgen.workspace = true
|
2026-01-29 12:06:07 +01:00
|
|
|
url.workspace = true
|
2024-12-04 10:28:30 +01:00
|
|
|
xshell = "0.2.2"
|