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