summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/limit/Cargo.toml
blob: 30666f5219af31c8d766ca60831118a2febe5296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "limit"
version = "0.0.0"
repository.workspace = true
description = "A struct to enforce limits for rust-analyzer."

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[features]
tracking = []

[lints]
workspace = true