[package] name = "xshell" description = "Utilities for quick shell scripting in Rust" categories = ["development-tools::build-utils", "filesystem"] version = "0.3.0-pre.2" # also update xshell-macros/Cargo.toml and CHANGELOG.md license = "MIT OR Apache-2.0" repository = "https://github.com/matklad/xshell" authors = ["Alex Kladov <aleksey.kladov@gmail.com>"] edition = "2021" rust-version = "1.73" exclude = [".github/", "bors.toml", "rustfmt.toml", "cbench", "mock_bin/"] [workspace] [dependencies] xshell-macros = { version = "=0.3.0-pre.2", path = "./xshell-macros" } [dev-dependencies] anyhow = "1.0.56"