summaryrefslogtreecommitdiff
path: root/support/texlab/crates/futures_boxed/Cargo.toml
blob: 2bb4decd4eaa8ca0744a96184629412c3618cc04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "futures-boxed"
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]
syn = "1.0"
quote = "1.0"