summaryrefslogtreecommitdiff
path: root/support/texlab/crates/jsonrpc_derive/Cargo.toml
blob: c53c86a369a59856970fc04ac7a2cb8807269f85 (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 <efoerster@users.noreply.github.com>",
    "Patrick Förster <pfoerster@users.noreply.github.com>"]
edition = "2018"

[lib]
proc-macro = true

[dependencies]
futures-boxed = { path = "../futures_boxed" }
syn = "1.0"
quote = "1.0"