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

[dependencies]
rustc-hash = "1.1.0"
url = "2.3.1"

[lib]
doctest = false