summaryrefslogtreecommitdiff
path: root/support/texlab/crates/distro/Cargo.toml
blob: d7c336a0414bbba1b893b2d671a3e5add7001edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "distro"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = "1.0.71"
rustc-hash = "1.1.0"

[lib]
doctest = false