git.delta.rocks / jrsonnet / refs/commits / 7bd5bbd0756a

difftreelog

source

xtask/Cargo.toml468 Bsourcehistory
1[package]2name = "xtask"3version = "0.1.0"4edition = "2021"5publish = false6build = "build.rs"78[lints]9workspace = true1011[dependencies]12anyhow.workspace = true13indexmap.workspace = true14itertools.workspace = true15proc-macro2.workspace = true16quote.workspace = true17ungrammar.workspace = true18xshell.workspace = true19clap = { workspace = true, features = ["derive"] }2021[target.'cfg(all(target_arch = "x86_64", target_os = "linux"))'.dependencies]22nix.workspace = true