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

[lib]
doctest = false