[package] name = "xtask" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0" # TODO(hartan): Update this once we get a new release. See: # xshell = "= 0.2.2" xflags = "0.3.2" which = "4.2" toml = "0.5" prost-build = "0.11.9" [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)'] }