lsp_msg_derive 0.1.0

Proc macros for lsp_msg
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "lsp_msg_derive"

version = "0.1.0"

authors = ["Justin Simerly <justinsimerly1992@gmail.com>"]

edition = "2018"

description = "Proc macros for lsp_msg"

license = "MIT"



[lib]

proc-macro = true



[dependencies]

proc-macro2 = "0.4.27"

quote = "0.6.12"

syn = { version = "0.15.30", features = ["full"] }