1[package]
2name = "xshell"
3description = "Utilities for quick shell scripting in Rust"
4categories = ["development-tools::build-utils", "filesystem"]
5version = "0.2.5" # also update xshell-macros/Cargo.toml and CHANGELOG.md
6license = "MIT OR Apache-2.0"
7repository = "https://github.com/matklad/xshell"
8authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
9edition = "2021"
10rust-version = "1.59"
11
12exclude = [".github/", "bors.toml", "rustfmt.toml", "cbench", "mock_bin/"]
13
14[workspace]
15
16[dependencies]
17xshell-macros = { version = "=0.2.5", path = "./xshell-macros" }
18
19[dev-dependencies]
20anyhow = "1.0.56"
21