summaryrefslogtreecommitdiff
path: root/support/texlab/crates/distro/Cargo.toml
blob: b450aa2631b01ee1e6e614d1a29b9d7df3277f8d (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.70"
rustc-hash = "1.1.0"

[lib]
doctest = false