mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
525703358b
due to workspace wide lockfile contention)
13 lines
264 B
TOML
13 lines
264 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.43"
|
|
clap = { version = "4", features = ["derive"] }
|
|
pretty_env_logger = "0.4.0"
|
|
log = "0.4.17"
|
|
rayon = { version = "1.6.1", optional = true }
|
|
diffy = "0.3.0"
|