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

[lib]
doctest = false