summaryrefslogtreecommitdiff
path: root/support/texlab/crates/tex/Cargo.toml
blob: 5c26ff83d8aab49af4aac2afeda59e4f654a8ba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tex"
version = "0.1.0"
authors = [
    "Eric Förster <efoerster@users.noreply.github.com>",
    "Patrick Förster <pfoerster@users.noreply.github.com>"]
edition = "2018"

[dependencies]
byteorder = "1"
futures-boxed = { path = "../futures_boxed" }
futures-preview = "0.3.0-alpha.18"
log = "0.4.6"
tempfile = "3"
tokio = "0.2.0-alpha.6"
tokio-net = { version = "0.2.0-alpha.6", features = ["process"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"