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