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

[dependencies]
bibutils-sys = { path = "../bibutils_sys" }
libc = "0.2"
tempfile = "3"
tokio = "0.2.0-alpha.6"