summaryrefslogtreecommitdiff
path: root/support/texlab/crates/jsonrpc_derive/Cargo.toml
blob: fb99f16a266f20ed0de7c234288411fa007b6786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "jsonrpc-derive"
version = "0.1.0"
authors = [
    "Eric Förster <eric.foerster@outlook.com>",
    "Patrick Förster <patrick.foerster@outlook.de>"]
edition = "2018"

[lib]
proc-macro = true
doctest = false

[dependencies]
syn = "1.0"
quote = "1.0"