summaryrefslogtreecommitdiff
path: root/support/texlab/crates/jsonrpc_derive/Cargo.toml
blob: 98611c486dc489dd8062d9a2039f3f9e74130cc6 (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"