[package] name = "xtask" version = "0.1.0" edition = "2021" [dependencies] anyhow = { workspace = true } prost-build = "0.11.9" toml = "0.5" which = "4.2" xflags = "0.3.2" # TODO(hartan): Update this once we get a new release. See: # xshell = "= 0.2.2" [lints.rust] # Only required because we need to fix `xshell` to `=0.2.2` unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trick_rust_analyzer_into_highlighting_interpolated_bits)'] }