1[package]
2name = "xshell-macros"
3description = "Private implementation detail of xshell crate"
4version = "0.2.5"
5license = "MIT OR Apache-2.0"
6repository = "https://github.com/matklad/xshell"
7authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
8edition = "2021"
9rust-version = "1.59"
10
11[lib]
12proc-macro = true
13